Home
last modified time | relevance | path

Searched refs:allow_precision_loss (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler_options.h28 bool allow_precision_loss = false; member
Dcompiler.cc81 return options.allow_precision_loss ? ObjectType::TEXTURE in ChooseFastestRefObjectType()
174 } else if (options_.allow_precision_loss) { in Compile()
220 if (options_.allow_precision_loss) { in Compile()
Dapi2.cc557 compiler_options.allow_precision_loss = in Build()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.h47 bool allow_precision_loss; member
Dmetal_delegate.mm347 if (options_.allow_precision_loss) {
385 if (options_.allow_precision_loss || input_tensor.shape.c != 4) {
391 isFloat16:options_.allow_precision_loss
422 if (options_.allow_precision_loss || output_tensor.shape.c != 4) {
428 isFloat16:options_.allow_precision_loss
720 .allow_precision_loss = false,
DREADME.md124 .allow_precision_loss = false,
135 execution, you may want to set `allow_precision_loss` to `true` so that the GPU
Dgl_delegate.cc251 compile_options.allow_precision_loss = in Prepare()
/external/tensorflow/tensorflow/lite/swift/Sources/
DMetalDelegate.swift36 delegateOptions.allow_precision_loss = options.isPrecisionLossAllowed
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_performance_options.cc276 const std::vector<bool> allow_precision_loss = {true, false}; in CreatePerformanceOptions() local
277 for (const auto precision_loss : allow_precision_loss) { in CreatePerformanceOptions()
/external/tensorflow/tensorflow/lite/tools/delegates/
Dgpu_delegate_provider.cc137 gpu_opts.allow_precision_loss = in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLMetalDelegate.m61 cOptions.allow_precision_loss = options.precisionLossAllowed;
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dshader_codegen.cc164 const char* precision = options_.allow_precision_loss ? "mediump" : "highp"; in Build()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dconv.cc152 if (!ctx.compiler_options.allow_precision_loss && ctx.gpu_info->IsMali()) { in SelectMultiplier()
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DCameraExampleViewController.mm420 options.allow_precision_loss = true;
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu_advanced.md281 .allow_precision_loss = false,