Home
last modified time | relevance | path

Searched refs:experimental_flags (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dgpu_plugin.cc44 options_.experimental_flags |= in GpuPlugin()
48 options_.experimental_flags |= TFLITE_GPU_EXPERIMENTAL_FLAGS_CL_ONLY; in GpuPlugin()
50 options_.experimental_flags |= TFLITE_GPU_EXPERIMENTAL_FLAGS_GL_ONLY; in GpuPlugin()
/external/tensorflow/tensorflow/lite/tools/delegates/
Dgpu_delegate_provider.cc122 gpu_opts.experimental_flags |= TFLITE_GPU_EXPERIMENTAL_FLAGS_ENABLE_QUANT; in CreateTfLiteDelegate()
127 gpu_opts.experimental_flags |= TFLITE_GPU_EXPERIMENTAL_FLAGS_CL_ONLY; in CreateTfLiteDelegate()
129 gpu_opts.experimental_flags |= TFLITE_GPU_EXPERIMENTAL_FLAGS_GL_ONLY; in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.cc89 return options_.experimental_flags & in IsQuantOpsAllowed()
135 const int experimental_flags = delegate_->options().experimental_flags; in Prepare() local
136 if (experimental_flags & TFLITE_GPU_EXPERIMENTAL_FLAGS_CL_ONLY) { in Prepare()
139 } else if (experimental_flags & TFLITE_GPU_EXPERIMENTAL_FLAGS_GL_ONLY) { in Prepare()
451 .experimental_flags = TFLITE_GPU_EXPERIMENTAL_FLAGS_ENABLE_QUANT, in TfLiteGpuDelegateOptionsV2Default()
Ddelegate.h98 int64_t experimental_flags; member
/external/tensorflow/tensorflow/lite/delegates/gpu/java/src/main/native/
Dgpu_delegate_jni.cc40 options.experimental_flags = TFLITE_GPU_EXPERIMENTAL_FLAGS_NONE; in Java_org_tensorflow_lite_gpu_GpuDelegate_createDelegate()
42 options.experimental_flags |= TFLITE_GPU_EXPERIMENTAL_FLAGS_ENABLE_QUANT; in Java_org_tensorflow_lite_gpu_GpuDelegate_createDelegate()
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Dgpu_compatibility_test.cc81 EXPECT_EQ(best_options.experimental_flags, in TEST_F()
82 default_options.experimental_flags); in TEST_F()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Ddelegate_testing.cc135 options.experimental_flags = TFLITE_GPU_EXPERIMENTAL_FLAGS_NONE; in main()
/external/libcxx/lib/
DCMakeLists.txt351 set(experimental_flags "${LIBCXX_COMPILE_FLAGS}") variable
354 string(REPLACE "-std=c++11" "-std=c++14" experimental_flags "${LIBCXX_COMPILE_FLAGS}")
358 COMPILE_FLAGS "${experimental_flags}"
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc168 options.experimental_flags |= TFLITE_GPU_EXPERIMENTAL_FLAGS_CL_ONLY; in LSTMOpModel()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu_advanced.md340 options.experimental_flags = TFLITE_GPU_EXPERIMENTAL_FLAGS_NONE;