Package org.tensorflow.framework
Interface SummaryDescriptionOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SummaryDescription,SummaryDescription.Builder
public interface SummaryDescriptionOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTypeHint()Hint on how plugins should process the data in this series.org.nd4j.shade.protobuf.ByteStringgetTypeHintBytes()Hint on how plugins should process the data in this series.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeHint
String getTypeHint()
Hint on how plugins should process the data in this series. Supported values include "scalar", "histogram", "image", "audio"
string type_hint = 1;- Returns:
- The typeHint.
-
getTypeHintBytes
org.nd4j.shade.protobuf.ByteString getTypeHintBytes()
Hint on how plugins should process the data in this series. Supported values include "scalar", "histogram", "image", "audio"
string type_hint = 1;- Returns:
- The bytes for typeHint.
-
-