Home
last modified time | relevance | path

Searched refs:runtime_options (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
DBUILD47 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
85 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
122 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
158 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
174 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
213 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
252 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
290 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
328 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
366 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
[all …]
Dmean_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dmax_unpooling_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dfully_connected_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Drelu_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dadd_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dreshape_test.mm30 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dsoftmax_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dpooling_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dconcat_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dresize_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dmul_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dprelu_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Ddepthwise_conv_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dpadding_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
Dslice_test.mm29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
DBUILD25 ":runtime_options",
96 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
130 ":runtime_options",
149 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
198 ":runtime_options",
230 name = "runtime_options",
231 hdrs = ["runtime_options.h"],
291 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
312 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
Dinference_context.mm30 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
/external/vixl/tools/
Dtest_runner.py98 def AddTests(self, test_runner_command, filters, runtime_options, under_valgrind): argument
115 command = base_command + [test] + runtime_options
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dtest_util.cc72 const RuntimeOptions& runtime_options, in Invoke() argument
112 runtime_options, &objects, command_queue.get(), &inference_context)); in Invoke()
Dtest_util.h53 const RuntimeOptions& runtime_options,
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.mm45 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
294 RuntimeOptions runtime_options;
297 runtime_options.storage_precision = RuntimeOptions::Precision::FP16;
298 runtime_options.accumulator_precision = RuntimeOptions::Precision::FP16;
301 runtime_options.storage_precision = RuntimeOptions::Precision::FP32;
302 runtime_options.accumulator_precision = RuntimeOptions::Precision::FP32;
385 RETURN_IF_ERROR(Compile(graph, runtime_options, &compiled_model));
393 runtimeOptions:runtime_options]);
Dgl_delegate.cc269 const RuntimeOptions runtime_options; in Prepare() local
270 RETURN_IF_ERROR(compiled_model->NewRun(runtime_options, &phwc4_objects_, in Prepare()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
DBUILD29 ":runtime_options",
393 ":runtime_options",
407 name = "runtime_options",
408 hdrs = ["runtime_options.h"],
Dapi2.cc545 RuntimeOptions runtime_options; in Build() local
547 absl::make_unique<Runtime>(runtime_options, *gpu_info_, in Build()

12