Interface OpPerformanceData.OpInfoOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
OpPerformanceData.OpInfo, OpPerformanceData.OpInfo.Builder
- Enclosing class:
OpPerformanceData
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsAttr(String key) Custom parameters impacting the behavior of the op.getAttr()Deprecated.intCustom parameters impacting the behavior of the op.Custom parameters impacting the behavior of the op.getAttrOrDefault(String key, AttrValue defaultValue) Custom parameters impacting the behavior of the op.getAttrOrThrow(String key) Custom parameters impacting the behavior of the op.Device on which the operation is run.Device on which the operation is run.getInputs(int index) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;intrepeated .tensorflow.OpInfo.TensorProperties inputs = 3;repeated .tensorflow.OpInfo.TensorProperties inputs = 3;getInputsOrBuilder(int index) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;repeated .tensorflow.OpInfo.TensorProperties inputs = 3;getOp()The operation name.The operation name.getOutputs(int index) Optional description of the op outputsintOptional description of the op outputsOptional description of the op outputsgetOutputsOrBuilder(int index) Optional description of the op outputsOptional description of the op outputsInformation about the session configs.Information about the session configs.booleanDevice on which the operation is run.booleanInformation about the session configs.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getOp
String getOp()The operation name. There may be custom parameters in attrs.
string op = 1;- Returns:
- The op.
-
getOpBytes
ByteString getOpBytes()The operation name. There may be custom parameters in attrs.
string op = 1;- Returns:
- The bytes for op.
-
getAttrCount
int getAttrCount()Custom parameters impacting the behavior of the op.
map<string, .tensorflow.AttrValue> attr = 2; -
containsAttr
Custom parameters impacting the behavior of the op.
map<string, .tensorflow.AttrValue> attr = 2; -
getAttr
-
getAttrMap
-
getAttrOrDefault
-
getAttrOrThrow
-
getInputsList
List<OpPerformanceData.OpInfo.TensorProperties> getInputsList()repeated .tensorflow.OpInfo.TensorProperties inputs = 3; -
getInputs
repeated .tensorflow.OpInfo.TensorProperties inputs = 3; -
getInputsCount
int getInputsCount()repeated .tensorflow.OpInfo.TensorProperties inputs = 3; -
getInputsOrBuilderList
List<? extends OpPerformanceData.OpInfo.TensorPropertiesOrBuilder> getInputsOrBuilderList()repeated .tensorflow.OpInfo.TensorProperties inputs = 3; -
getInputsOrBuilder
repeated .tensorflow.OpInfo.TensorProperties inputs = 3; -
getOutputsList
List<OpPerformanceData.OpInfo.TensorProperties> getOutputsList()Optional description of the op outputs
repeated .tensorflow.OpInfo.TensorProperties outputs = 5; -
getOutputs
Optional description of the op outputs
repeated .tensorflow.OpInfo.TensorProperties outputs = 5; -
getOutputsCount
int getOutputsCount()Optional description of the op outputs
repeated .tensorflow.OpInfo.TensorProperties outputs = 5; -
getOutputsOrBuilderList
List<? extends OpPerformanceData.OpInfo.TensorPropertiesOrBuilder> getOutputsOrBuilderList()Optional description of the op outputs
repeated .tensorflow.OpInfo.TensorProperties outputs = 5; -
getOutputsOrBuilder
Optional description of the op outputs
repeated .tensorflow.OpInfo.TensorProperties outputs = 5; -
hasDevice
boolean hasDevice()Device on which the operation is run.
.tensorflow.DeviceProperties device = 4;- Returns:
- Whether the device field is set.
-
getDevice
DevicePropertiesProtos.DeviceProperties getDevice()Device on which the operation is run.
.tensorflow.DeviceProperties device = 4;- Returns:
- The device.
-
getDeviceOrBuilder
DevicePropertiesProtos.DevicePropertiesOrBuilder getDeviceOrBuilder()Device on which the operation is run.
.tensorflow.DeviceProperties device = 4; -
hasSessionInfo
boolean hasSessionInfo()Information about the session configs.
.tensorflow.SessionInfo session_info = 6;- Returns:
- Whether the sessionInfo field is set.
-
getSessionInfo
OpPerformanceData.SessionInfo getSessionInfo()Information about the session configs.
.tensorflow.SessionInfo session_info = 6;- Returns:
- The sessionInfo.
-
getSessionInfoOrBuilder
OpPerformanceData.SessionInfoOrBuilder getSessionInfoOrBuilder()Information about the session configs.
.tensorflow.SessionInfo session_info = 6;
-