Home
last modified time | relevance | path

Searched defs:output_name (Results 1 – 25 of 120) sorted by relevance

12345

/external/clang/tools/libclang/
DCMakeLists.txt81 set(output_name "libclang") variable
83 set(output_name "clang") variable
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model_test.cc31 string* output_name, GraphDef* graph_def) { in CreateTestGraph()
56 string output_name; in TEST() local
84 string output_name; in TEST() local
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dnativesignaturerunner_jni.cc50 int GetOutputTensorIndex(const char* output_name) { in GetOutputTensorIndex()
73 int GetOutputIndex(const char* output_name) { in GetOutputIndex()
186 JNIEnv* env, jclass clazz, jlong handle, jstring output_name) { in Java_org_tensorflow_lite_NativeSignatureRunnerWrapper_nativeGetOutputIndex()
/external/cronet/tot/build/config/apple/
Dwrite_framework_hmap.py34 def WriteHmap(output_name, filelist): argument
/external/angle/build/config/apple/
Dwrite_framework_hmap.py34 def WriteHmap(output_name, filelist): argument
/external/cronet/stable/build/config/apple/
Dwrite_framework_hmap.py34 def WriteHmap(output_name, filelist): argument
/external/executorch/backends/arm/
Dtosa_quant_utils.py281 output_name, argument
341 output_name, argument
437 output_name, argument
/external/cronet/tot/net/tools/gssapi/
Dgss_import_name.cc15 gss_name_t* output_name) { in gss_import_name()
/external/cronet/stable/net/tools/gssapi/
Dgss_import_name.cc15 gss_name_t* output_name) { in gss_import_name()
/external/toolchain-utils/afdo_tools/
Dgenerate_afdo_from_tryjob.py52 def _generate_afdo(perf_profile_loc, tryjob_loc, output_name): argument
/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport.cc166 const std::string& output_name = tensors_table.at(output_index); in ImportOperators() local
191 const std::string& output_name = tensors_table.at(output); in ImportIOTensors() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc269 const std::string& output_name = op->outputs[0]; in ProcessDepthwiseConvOperator() local
303 const std::string& output_name = op->outputs[0]; in ProcessDepthToSpaceOperator() local
326 const std::string& output_name = op->outputs[0]; in ProcessSpaceToDepthOperator() local
473 const std::string& output_name = op->outputs[0]; in ProcessSimpleOperator() local
490 const std::string& output_name = op->outputs[0]; in ProcessSimpleBinaryOperator() local
649 const std::string& output_name = op->outputs[0]; in ProcessReorderAxesOperator() local
903 const std::string& output_name = op->outputs[0]; in ProcessAveragePoolOperator() local
920 const std::string& output_name = op->outputs[0]; in ProcessMaxPoolOperator() local
939 const std::string& output_name = op->outputs[0]; in ProcessL2PoolOperator() local
1866 const std::string& output_name = op->outputs[0]; in ProcessArgMinMaxOperator() local
[all …]
Dreorder_elementwise_unary.cc107 const std::string output_name = element_op->outputs[0]; in Run() local
Dremove_trivial_passthrough.cc97 const std::string output_name = passthru_op->outputs[0]; in RemoveTrivialPassthroughOp() local
Densure_bias_vectors.cc59 const std::string& output_name = op->outputs[0]; in ProcessLinearOperator() local
/external/cronet/stable/third_party/libc++/src/src/
DCMakeLists.txt224 set(output_name "$<TARGET_PROPERTY:libcxx-abi-shared,OUTPUT_NAME>") variable
/external/cronet/tot/third_party/libc++/src/src/
DCMakeLists.txt224 set(output_name "$<TARGET_PROPERTY:libcxx-abi-shared,OUTPUT_NAME>") variable
/external/blktrace/btt/
Dargs.c273 static FILE *std_open(char *output_name, char *sfx, char *msg) in std_open()
/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc87 string output_name = "normalized"; in ReadTensorFromImageFile() local
147 string output_name = "file_writer"; in SaveImage() local
192 string output_name = "top_k"; in GetTopDetections() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
Dresolve_constant_unary_test.cc37 const std::string output_name("output"); in RunResolveSum() local
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav_dir.py81 def label_wav(wav_dir, labels, graph, input_name, output_name, how_many_labels): argument
Dlabel_wav.py73 def label_wav(wav, labels, graph, input_name, output_name, how_many_labels): argument
/external/autotest/client/cros/graphics/
Dgraphics_utils.py808 def set_modetest_output(output_name, enable): argument
814 def set_display_output(output_name, enable): argument
887 def set_content_protection(output_name, state): argument
898 def get_content_protection(output_name): argument
/external/executorch/examples/arm/
Daot_arm_compiler.py518 output_name = f"{model_name}" + ( variable
525 output_name = os.path.join(args.output, output_name) variable
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h56 string output_name; member

12345