Uses of Class
org.tensorflow.proto.OpPerformanceData.OpInfo.Builder
Packages that use OpPerformanceData.OpInfo.Builder
-
Uses of OpPerformanceData.OpInfo.Builder in org.tensorflow.proto
Subclasses with type arguments of type OpPerformanceData.OpInfo.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classDescription of an operation as well as the parameters expected to impact its performance.Methods in org.tensorflow.proto that return OpPerformanceData.OpInfo.BuilderModifier and TypeMethodDescriptionOpPerformanceData.OpInfo.Builder.addAllInputs(Iterable<? extends OpPerformanceData.OpInfo.TensorProperties> values) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.addAllOutputs(Iterable<? extends OpPerformanceData.OpInfo.TensorProperties> values) Optional description of the op outputsOpPerformanceData.OpInfo.Builder.addInputs(int index, OpPerformanceData.OpInfo.TensorProperties value) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.addInputs(int index, OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.addInputs(OpPerformanceData.OpInfo.TensorProperties value) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.addInputs(OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.addOutputs(int index, OpPerformanceData.OpInfo.TensorProperties value) Optional description of the op outputsOpPerformanceData.OpInfo.Builder.addOutputs(int index, OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) Optional description of the op outputsOpPerformanceData.OpInfo.Builder.addOutputs(OpPerformanceData.OpInfo.TensorProperties value) Optional description of the op outputsOpPerformanceData.OpInfo.Builder.addOutputs(OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) Optional description of the op outputsOpPerformanceData.OpInfo.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) OpPerformanceData.OpInfo.Builder.clear()OpPerformanceData.OpInfo.Builder.clearAttr()OpPerformanceData.OpInfo.Builder.clearDevice()Device on which the operation is run.OpPerformanceData.OpInfo.Builder.clearField(Descriptors.FieldDescriptor field) OpPerformanceData.OpInfo.Builder.clearInputs()repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.clearOneof(Descriptors.OneofDescriptor oneof) OpPerformanceData.OpInfo.Builder.clearOp()The operation name.OpPerformanceData.OpInfo.Builder.clearOutputs()Optional description of the op outputsOpPerformanceData.OpInfo.Builder.clearSessionInfo()Information about the session configs.OpPerformanceData.OpInfo.Builder.clone()OpPerformanceData.OpPerformance.Builder.getOpBuilder()The opOpPerformanceData.OpInfo.Builder.mergeDevice(DevicePropertiesProtos.DeviceProperties value) Device on which the operation is run.OpPerformanceData.OpInfo.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) OpPerformanceData.OpInfo.Builder.mergeFrom(OpPerformanceData.OpInfo other) OpPerformanceData.OpInfo.Builder.mergeSessionInfo(OpPerformanceData.SessionInfo value) Information about the session configs.OpPerformanceData.OpInfo.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) OpPerformanceData.OpInfo.newBuilder()OpPerformanceData.OpInfo.newBuilder(OpPerformanceData.OpInfo prototype) OpPerformanceData.OpInfo.newBuilderForType()protected OpPerformanceData.OpInfo.BuilderOpPerformanceData.OpInfo.newBuilderForType(GeneratedMessageV3.BuilderParent parent) OpPerformanceData.OpInfo.Builder.putAllAttr(Map<String, AttrValue> values) Custom parameters impacting the behavior of the op.Custom parameters impacting the behavior of the op.OpPerformanceData.OpInfo.Builder.removeAttr(String key) Custom parameters impacting the behavior of the op.OpPerformanceData.OpInfo.Builder.removeInputs(int index) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.removeOutputs(int index) Optional description of the op outputsOpPerformanceData.OpInfo.Builder.setDevice(DevicePropertiesProtos.DeviceProperties value) Device on which the operation is run.OpPerformanceData.OpInfo.Builder.setDevice(DevicePropertiesProtos.DeviceProperties.Builder builderForValue) Device on which the operation is run.OpPerformanceData.OpInfo.Builder.setField(Descriptors.FieldDescriptor field, Object value) OpPerformanceData.OpInfo.Builder.setInputs(int index, OpPerformanceData.OpInfo.TensorProperties value) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.setInputs(int index, OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;The operation name.OpPerformanceData.OpInfo.Builder.setOpBytes(ByteString value) The operation name.OpPerformanceData.OpInfo.Builder.setOutputs(int index, OpPerformanceData.OpInfo.TensorProperties value) Optional description of the op outputsOpPerformanceData.OpInfo.Builder.setOutputs(int index, OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) Optional description of the op outputsOpPerformanceData.OpInfo.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) OpPerformanceData.OpInfo.Builder.setSessionInfo(OpPerformanceData.SessionInfo value) Information about the session configs.OpPerformanceData.OpInfo.Builder.setSessionInfo(OpPerformanceData.SessionInfo.Builder builderForValue) Information about the session configs.OpPerformanceData.OpInfo.Builder.setUnknownFields(UnknownFieldSet unknownFields) OpPerformanceData.OpInfo.toBuilder()Methods in org.tensorflow.proto with parameters of type OpPerformanceData.OpInfo.BuilderModifier and TypeMethodDescriptionOpPerformanceData.OpPerformance.Builder.setOp(OpPerformanceData.OpInfo.Builder builderForValue) The op