Interface TensorInfo.CompositeTensorOrBuilder

    • Method Detail

      • hasTypeSpec

        boolean hasTypeSpec()
         The serialized TypeSpec for the composite tensor.
         
        .org.platanios.tensorflow.proto.TypeSpecProto type_spec = 1;
        Returns:
        Whether the typeSpec field is set.
      • getTypeSpec

        Struct.TypeSpecProto getTypeSpec()
         The serialized TypeSpec for the composite tensor.
         
        .org.platanios.tensorflow.proto.TypeSpecProto type_spec = 1;
        Returns:
        The typeSpec.
      • getTypeSpecOrBuilder

        Struct.TypeSpecProtoOrBuilder getTypeSpecOrBuilder()
         The serialized TypeSpec for the composite tensor.
         
        .org.platanios.tensorflow.proto.TypeSpecProto type_spec = 1;
      • getComponentsList

        java.util.List<TensorInfo> getComponentsList()
         A TensorInfo for each flattened component tensor.
         
        repeated .org.platanios.tensorflow.proto.TensorInfo components = 2;
      • getComponents

        TensorInfo getComponents​(int index)
         A TensorInfo for each flattened component tensor.
         
        repeated .org.platanios.tensorflow.proto.TensorInfo components = 2;
      • getComponentsCount

        int getComponentsCount()
         A TensorInfo for each flattened component tensor.
         
        repeated .org.platanios.tensorflow.proto.TensorInfo components = 2;
      • getComponentsOrBuilderList

        java.util.List<? extends TensorInfoOrBuilder> getComponentsOrBuilderList()
         A TensorInfo for each flattened component tensor.
         
        repeated .org.platanios.tensorflow.proto.TensorInfo components = 2;
      • getComponentsOrBuilder

        TensorInfoOrBuilder getComponentsOrBuilder​(int index)
         A TensorInfo for each flattened component tensor.
         
        repeated .org.platanios.tensorflow.proto.TensorInfo components = 2;