Interface TensorRepresentationGroupOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TensorRepresentationGroup, TensorRepresentationGroup.Builder

    public interface TensorRepresentationGroupOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getTensorRepresentationCount

        int getTensorRepresentationCount()
        map<string, .tensorflow.metadata.v0.TensorRepresentation> tensor_representation = 1;
      • containsTensorRepresentation

        boolean containsTensorRepresentation​(String key)
        map<string, .tensorflow.metadata.v0.TensorRepresentation> tensor_representation = 1;
      • getTensorRepresentationMap

        Map<String,​TensorRepresentation> getTensorRepresentationMap()
        map<string, .tensorflow.metadata.v0.TensorRepresentation> tensor_representation = 1;
      • getTensorRepresentationOrThrow

        TensorRepresentation getTensorRepresentationOrThrow​(String key)
        map<string, .tensorflow.metadata.v0.TensorRepresentation> tensor_representation = 1;