Uses of Class
org.tensorflow.proto.OpPerformanceData.OpInfo.TensorProperties
Packages that use OpPerformanceData.OpInfo.TensorProperties
-
Uses of OpPerformanceData.OpInfo.TensorProperties in org.tensorflow.proto
Methods in org.tensorflow.proto that return OpPerformanceData.OpInfo.TensorPropertiesModifier and TypeMethodDescriptionOpPerformanceData.OpInfo.TensorProperties.Builder.build()OpPerformanceData.OpInfo.TensorProperties.Builder.buildPartial()OpPerformanceData.OpInfo.TensorProperties.getDefaultInstance()OpPerformanceData.OpInfo.TensorProperties.Builder.getDefaultInstanceForType()OpPerformanceData.OpInfo.TensorProperties.getDefaultInstanceForType()OpPerformanceData.OpInfo.Builder.getInputs(int index) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.getInputs(int index) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfoOrBuilder.getInputs(int index) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.getOutputs(int index) Optional description of the op outputsOpPerformanceData.OpInfo.getOutputs(int index) Optional description of the op outputsOpPerformanceData.OpInfoOrBuilder.getOutputs(int index) Optional description of the op outputsOpPerformanceData.OpInfo.TensorProperties.parseDelimitedFrom(InputStream input) OpPerformanceData.OpInfo.TensorProperties.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) OpPerformanceData.OpInfo.TensorProperties.parseFrom(byte[] data) OpPerformanceData.OpInfo.TensorProperties.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) OpPerformanceData.OpInfo.TensorProperties.parseFrom(ByteString data) OpPerformanceData.OpInfo.TensorProperties.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) OpPerformanceData.OpInfo.TensorProperties.parseFrom(CodedInputStream input) OpPerformanceData.OpInfo.TensorProperties.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) OpPerformanceData.OpInfo.TensorProperties.parseFrom(InputStream input) OpPerformanceData.OpInfo.TensorProperties.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) OpPerformanceData.OpInfo.TensorProperties.parseFrom(ByteBuffer data) OpPerformanceData.OpInfo.TensorProperties.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type OpPerformanceData.OpInfo.TensorPropertiesModifier and TypeMethodDescriptionOpPerformanceData.OpInfo.Builder.getInputsList()repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.getInputsList()repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfoOrBuilder.getInputsList()repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.getOutputsList()Optional description of the op outputsOpPerformanceData.OpInfo.getOutputsList()Optional description of the op outputsOpPerformanceData.OpInfoOrBuilder.getOutputsList()Optional description of the op outputsOpPerformanceData.OpInfo.TensorProperties.getParserForType()OpPerformanceData.OpInfo.TensorProperties.parser()Methods in org.tensorflow.proto with parameters of type OpPerformanceData.OpInfo.TensorPropertiesModifier and TypeMethodDescriptionOpPerformanceData.OpInfo.Builder.addInputs(int index, OpPerformanceData.OpInfo.TensorProperties value) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.addInputs(OpPerformanceData.OpInfo.TensorProperties value) 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(OpPerformanceData.OpInfo.TensorProperties value) Optional description of the op outputsOpPerformanceData.OpInfo.TensorProperties.Builder.mergeFrom(OpPerformanceData.OpInfo.TensorProperties other) OpPerformanceData.OpInfo.TensorProperties.newBuilder(OpPerformanceData.OpInfo.TensorProperties prototype) OpPerformanceData.OpInfo.Builder.setInputs(int index, OpPerformanceData.OpInfo.TensorProperties value) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.setOutputs(int index, OpPerformanceData.OpInfo.TensorProperties value) Optional description of the op outputsMethod parameters in org.tensorflow.proto with type arguments of type OpPerformanceData.OpInfo.TensorPropertiesModifier 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 outputs