Home
last modified time | relevance | path

Searched defs:GetOptions (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderoptions.h50 const Options& GetOptions() const { return m_Options; } in GetOptions() function
51 Options& GetOptions() { return m_Options; } in GetOptions() function
/external/libchrome/build/
Dwrite_buildflag_header.py30 def GetOptions(): function
/external/libtextclassifier/native/annotator/
Dfeature-processor.h144 const FeatureProcessorOptions* GetOptions() const { return options_; } in GetOptions() function
/external/tensorflow/tensorflow/core/profiler/lib/
Dprofiler_session.cc44 ProfileOptions GetOptions(const ProfileOptions& opts) { in GetOptions() function
/external/tensorflow/tensorflow/core/kernels/
Dbasic_ops_benchmark_test.cc33 static SessionOptions* GetOptions() { in GetOptions() function
Dreverse_op_test.cc178 static SessionOptions GetOptions(int intra_threads) { in GetOptions() function
Dtraining_ops_test.cc34 static SessionOptions* GetOptions() { in GetOptions() function
/external/golang-protobuf/types/known/typepb/
Dtype.pb.go341 func (x *Type) GetOptions() []*Option { func
473 func (x *Field) GetOptions() []*Option { func
558 func (x *Enum) GetOptions() []*Option { func
639 func (x *EnumValue) GetOptions() []*Option { func
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc600 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
949 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
1113 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
1244 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
1401 static PyObject* GetOptions(PyFileDescriptor *self) { in GetOptions() function
1578 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
1702 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
1816 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
/external/golang-protobuf/types/known/apipb/
Dapi.pb.go143 func (x *Api) GetOptions() []*typepb.Option { func
267 func (x *Method) GetOptions() []*typepb.Option { func
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dnl_classifier.cc141 const NLClassifierOptions& NLClassifier::GetOptions() const { return options_; } in GetOptions() function in tflite::task::text::nlclassifier::NLClassifier
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go646 func (x *FileDescriptorProto) GetOptions() *FileOptions { func
768 func (x *DescriptorProto) GetOptions() *MessageOptions { func
993 func (x *FieldDescriptorProto) GetOptions() *FieldOptions { func
1056 func (x *OneofDescriptorProto) GetOptions() *OneofOptions { func
1127 func (x *EnumDescriptorProto) GetOptions() *EnumOptions { func
1205 func (x *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { func
1269 func (x *ServiceDescriptorProto) GetOptions() *ServiceOptions { func
1353 func (x *MethodDescriptorProto) GetOptions() *MethodOptions { func
2589 func (x *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeOptions { func
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dbenchmark.cc185 protobuf::ArenaOptions GetOptions() { in GetOptions() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc274 void GetOptions(AllocatorOptions *options) const { in GetOptions() function
/external/protobuf/python/google/protobuf/
Ddescriptor.py138 def GetOptions(self): member in DescriptorBase
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc534 const MlirToHloConversionOptions& GetOptions() const { return options_; } in GetOptions() function in mlir::__anon65ff87b00211::ConvertToHloModule
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc5443 const StatefulNnApiDelegate::Options StatefulNnApiDelegate::GetOptions( in GetOptions() function in tflite::StatefulNnApiDelegate
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc154 CpuOveruseOptions GetOptions() { return options_; } in GetOptions() function in webrtc::__anondbbab2ed0111::CpuOveruseDetectorProxy
/external/tensorflow/tensorflow/go/op/
Dwrappers.go43088 func GetOptions(scope *Scope, input_dataset tf.Output) (serialized_options tf.Output) { func