HomeSort by relevance Sort by last modified time
    Searched defs:GetOptions (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
basic_ops_benchmark_test.cc 33 static SessionOptions* GetOptions() {
73 test::Benchmark("cpu", run, GetOptions(), init).Run(iters);
reverse_op_test.cc 176 static SessionOptions GetOptions(int intra_threads) {
200 SessionOptions opts = GetOptions(intra_threads);
training_ops_test.cc 33 static SessionOptions* GetOptions() {
84 test::Benchmark("cpu", train, GetOptions(), init).Run(iters);
116 test::Benchmark("cpu", train, GetOptions(), init).Run(iters);
150 test::Benchmark("cpu", train, GetOptions(), init).Run(iters);
193 test::Benchmark("cpu", train, GetOptions(), init).Run(iters);
233 test::Benchmark("cpu", train, GetOptions(), init).Run(iters);
270 test::Benchmark("cpu", train, GetOptions(), init).Run(iters);
307 test::Benchmark("cpu", train, GetOptions(), init).Run(iters);
  /external/libtextclassifier/annotator/
feature-processor.h 129 const FeatureProcessorOptions* GetOptions() const { return options_; }
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenDepex.py 366 def GetOptions():
395 Option, Input = GetOptions()
  /art/dexlayout/
dexlayout.h 132 const Options& GetOptions() const {
  /external/v8/tools/
v8_presubmit.py 570 def GetOptions():
579 parser = GetOptions()
  /external/protobuf/python/google/protobuf/
descriptor.py 84 is not necessary to read this -- just call GetOptions() which will
118 def GetOptions(self):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py     [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 274 void GetOptions(AllocatorOptions *options) const {
704 instance.GetOptions(options);
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 547 static PyObject* GetOptions(PyBaseDescriptor *self) {
620 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, },
872 static PyObject* GetOptions(PyBaseDescriptor *self) {
    [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 506 func (m *FileDescriptorProto) GetOptions() *FileOptions {
620 func (m *DescriptorProto) GetOptions() *MessageOptions {
689 func (m *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeOptions {
920 func (m *FieldDescriptorProto) GetOptions() *FieldOptions {
968 func (m *OneofDescriptorProto) GetOptions() *OneofOptions {
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 478 func (m *FileDescriptorProto) GetOptions() *FileOptions {
591 func (m *DescriptorProto) GetOptions() *MessageOptions {
659 func (m *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeOptions {
887 func (m *FieldDescriptorProto) GetOptions() *FieldOptions {
934 func (m *OneofDescriptorProto) GetOptions() *OneofOptions {
    [all...]

Completed in 1001 milliseconds