Searched refs:runtime_options (Results 1 – 25 of 31) sorted by relevance
12
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/ |
D | BUILD | 47 "//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 …]
|
D | mean_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | max_unpooling_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | fully_connected_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | relu_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | add_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | reshape_test.mm | 30 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | softmax_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | pooling_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | concat_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | resize_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | mul_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | prelu_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | depthwise_conv_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | padding_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
D | slice_test.mm | 29 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | BUILD | 25 ":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",
|
D | inference_context.mm | 30 #include "tensorflow/lite/delegates/gpu/metal/runtime_options.h"
|
/external/vixl/tools/ |
D | test_runner.py | 98 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/ |
D | test_util.cc | 72 const RuntimeOptions& runtime_options, in Invoke() argument 112 runtime_options, &objects, command_queue.get(), &inference_context)); in Invoke()
|
D | test_util.h | 53 const RuntimeOptions& runtime_options,
|
/external/tensorflow/tensorflow/lite/delegates/gpu/ |
D | metal_delegate.mm | 45 #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]);
|
D | gl_delegate.cc | 269 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/ |
D | BUILD | 29 ":runtime_options", 393 ":runtime_options", 407 name = "runtime_options", 408 hdrs = ["runtime_options.h"],
|
D | api2.cc | 545 RuntimeOptions runtime_options; in Build() local 547 absl::make_unique<Runtime>(runtime_options, *gpu_info_, in Build()
|
12