Home
last modified time | relevance | path

Searched refs:Tune (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm-project/clang/include/clang/AST/
DAttr.h340 StringRef Tune; member
348 Tune == Other.Tune &&
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer.h55 Status Tune(const GrapplerItem& item, const GraphProperties& graph_properties,
Dlayout_optimizer.cc2235 Status LayoutOptimizer::Tune(const GrapplerItem& item, in Tune() function in tensorflow::grappler::LayoutOptimizer
2278 Status status = Tune(item, graph_properties, config, output); in Optimize()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dcompute_task.h68 absl::Status Tune(TuningType tuning_type, MetalDevice* device);
Dinference_context.cc160 RETURN_IF_ERROR(Tune(TuningType::kFast, &metal_device)); in InitFromGraph()
587 absl::Status InferenceContext::Tune(TuningType tuning_type, in Tune() function in tflite::gpu::metal::InferenceContext
590 RETURN_IF_ERROR(node.task.Tune(tuning_type, device)); in Tune()
Dinference_context.h149 absl::Status Tune(TuningType tuning_type, MetalDevice* device);
Dcompute_task.cc242 absl::Status ComputeTask::Tune(TuningType tuning_type, MetalDevice* device) { in Tune() function in tflite::gpu::metal::ComputeTask
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_operation.h74 absl::Status Tune(TuningType tuning_type, const GpuInfo& gpu_info,
Dinference_context.cc182 Tune(tuning_type, env->device().GetInfo(), env->profiling_queue())); in InitFromGraph()
634 absl::Status InferenceContext::Tune(TuningType tuning_type, in Tune() function in tflite::gpu::cl::InferenceContext
639 node.cl_operation.Tune(tuning_type, gpu_info, profiling_queue)); in Tune()
Dcl_operation.cc208 absl::Status ClOperation::Tune(TuningType tuning_type, const GpuInfo& gpu_info, in Tune() function in tflite::gpu::cl::ClOperation
Dinference_context.h138 absl::Status Tune(TuningType tuning_type, const GpuInfo& gpu_info,
/external/rust/crates/libz-sys/src/zlib/os400/
DREADME40014 Tune the parameters according to your needs if not matching the defaults.
/external/llvm-project/clang/lib/Driver/ToolChains/Arch/
DAArch64.cpp156 StringRef Tune; in getAArch64MicroArchFeaturesFromMtune() local
157 if (!DecodeAArch64Mcpu(D, MtuneLowerCase, Tune, MtuneFeatures)) in getAArch64MicroArchFeaturesFromMtune()
/external/python/cpython3/Objects/
Ddictnotes.txt76 Tune-ups should be measured across a broad range of applications and
/external/icu/icu4c/source/data/region/
Dmt.txt263 TN{"it-Tuneżija"}
/external/libpcap/doc/
DREADME.hpux214 print "Tune IP-Stack for security"
/external/clang/include/clang/Frontend/
DCodeGenOptions.def214 /// Tune the debug info for this debugger.
/external/python/cpython2/Objects/
Ddictnotes.txt112 Tune-ups should be measured across a broad range of applications and
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc264 "debugger-tune", cl::desc("Tune debug info for a particular debugger"),
/external/tensorflow/tensorflow/lite/g3doc/tutorials/
Dmodel_maker_question_answer.ipynb567 "### Tune training hyperparameters\n",
Dmodel_maker_text_classification.ipynb734 "### Tune the training hyperparameters\n",
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def330 /// Tune the debug info for this debugger.
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp3072 enum SecondParam { None, Architecture, Tune }; in checkTargetAttr() enumerator
3090 if (!ParsedAttrs.Tune.empty() && in checkTargetAttr()
3091 !Context.getTargetInfo().isValidCPUName(ParsedAttrs.Tune)) in checkTargetAttr()
3093 << Unknown << Tune << ParsedAttrs.Tune; in checkTargetAttr()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1856 if (!ParsedAttr.Tune.empty() && in GetCPUAndFeaturesAttributes()
1857 getTarget().isValidCPUName(ParsedAttr.Tune)) in GetCPUAndFeaturesAttributes()
1858 TuneCPU = ParsedAttr.Tune; in GetCPUAndFeaturesAttributes()
/external/libvpx/libvpx/
DCHANGELOG688 Tune effect of motion on KF/GF boost in two pass

12