Package inference
Interface ModelConfigOuterClass.ModelOperationsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelConfigOuterClass.ModelOperations,ModelConfigOuterClass.ModelOperations.Builder
- Enclosing class:
ModelConfigOuterClass
public static interface ModelConfigOuterClass.ModelOperationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOpLibraryFilename(int index) @@ ..com.google.protobuf.ByteStringgetOpLibraryFilenameBytes(int index) @@ ..int@@ ..@@ ..Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOpLibraryFilenameList
@@ .. cpp:var:: string op_library_filename (repeated) @@ @@ Optional paths of the libraries providing custom operations for @@ this model. Valid only for ONNX models. @@
repeated string op_library_filename = 1;- Returns:
- A list containing the opLibraryFilename.
-
getOpLibraryFilenameCount
int getOpLibraryFilenameCount()@@ .. cpp:var:: string op_library_filename (repeated) @@ @@ Optional paths of the libraries providing custom operations for @@ this model. Valid only for ONNX models. @@
repeated string op_library_filename = 1;- Returns:
- The count of opLibraryFilename.
-
getOpLibraryFilename
@@ .. cpp:var:: string op_library_filename (repeated) @@ @@ Optional paths of the libraries providing custom operations for @@ this model. Valid only for ONNX models. @@
repeated string op_library_filename = 1;- Parameters:
index- The index of the element to return.- Returns:
- The opLibraryFilename at the given index.
-
getOpLibraryFilenameBytes
com.google.protobuf.ByteString getOpLibraryFilenameBytes(int index) @@ .. cpp:var:: string op_library_filename (repeated) @@ @@ Optional paths of the libraries providing custom operations for @@ this model. Valid only for ONNX models. @@
repeated string op_library_filename = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the opLibraryFilename at the given index.
-