Interface SavedObjectGraphOuterClass.SavedVariableOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      VariableAggregation getAggregation()
      .org.platanios.tensorflow.proto.VariableAggregation aggregation = 5;
      int getAggregationValue()
      .org.platanios.tensorflow.proto.VariableAggregation aggregation = 5;
      DataType getDtype()
      .org.platanios.tensorflow.proto.DataType dtype = 1;
      int getDtypeValue()
      .org.platanios.tensorflow.proto.DataType dtype = 1;
      java.lang.String getName()
      string name = 6;
      com.google.protobuf.ByteString getNameBytes()
      string name = 6;
      TensorShapeProto getShape()
      .org.platanios.tensorflow.proto.TensorShapeProto shape = 2;
      TensorShapeProtoOrBuilder getShapeOrBuilder()
      .org.platanios.tensorflow.proto.TensorShapeProto shape = 2;
      VariableSynchronization getSynchronization()
      .org.platanios.tensorflow.proto.VariableSynchronization synchronization = 4;
      int getSynchronizationValue()
      .org.platanios.tensorflow.proto.VariableSynchronization synchronization = 4;
      boolean getTrainable()
      bool trainable = 3;
      boolean hasShape()
      .org.platanios.tensorflow.proto.TensorShapeProto shape = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDtypeValue

        int getDtypeValue()
        .org.platanios.tensorflow.proto.DataType dtype = 1;
        Returns:
        The enum numeric value on the wire for dtype.
      • getDtype

        DataType getDtype()
        .org.platanios.tensorflow.proto.DataType dtype = 1;
        Returns:
        The dtype.
      • hasShape

        boolean hasShape()
        .org.platanios.tensorflow.proto.TensorShapeProto shape = 2;
        Returns:
        Whether the shape field is set.
      • getShape

        TensorShapeProto getShape()
        .org.platanios.tensorflow.proto.TensorShapeProto shape = 2;
        Returns:
        The shape.
      • getShapeOrBuilder

        TensorShapeProtoOrBuilder getShapeOrBuilder()
        .org.platanios.tensorflow.proto.TensorShapeProto shape = 2;
      • getTrainable

        boolean getTrainable()
        bool trainable = 3;
        Returns:
        The trainable.
      • getSynchronizationValue

        int getSynchronizationValue()
        .org.platanios.tensorflow.proto.VariableSynchronization synchronization = 4;
        Returns:
        The enum numeric value on the wire for synchronization.
      • getSynchronization

        VariableSynchronization getSynchronization()
        .org.platanios.tensorflow.proto.VariableSynchronization synchronization = 4;
        Returns:
        The synchronization.
      • getAggregationValue

        int getAggregationValue()
        .org.platanios.tensorflow.proto.VariableAggregation aggregation = 5;
        Returns:
        The enum numeric value on the wire for aggregation.
      • getAggregation

        VariableAggregation getAggregation()
        .org.platanios.tensorflow.proto.VariableAggregation aggregation = 5;
        Returns:
        The aggregation.
      • getName

        java.lang.String getName()
        string name = 6;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 6;
        Returns:
        The bytes for name.