Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/benchmark/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/native/
H A 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()
/aosp_15_r20/external/executorch/backends/arm/
H A Dtosa_quant_utils.py281 output_name, argument
341 output_name, argument
437 output_name, argument
/aosp_15_r20/external/clang/tools/libclang/
H A DCMakeLists.txt81 set(output_name "libclang") variable
83 set(output_name "clang") variable
/aosp_15_r20/external/autotest/client/cros/graphics/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/examples/multibox_detector/
H A 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
/aosp_15_r20/system/media/camera/docs/
H A Dmetadata_parser_xml.py330 def render(self, template, output_name=None, enum=None, argument
388 output_name = sys.argv[3] if len(sys.argv) > 3 else None variable
/aosp_15_r20/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp43 std::string output_name = (pair.first == NULL) ? pName : pair.first->name(); in CreateSection() local
65 std::string output_name = in MergeSection() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A 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
/aosp_15_r20/external/executorch/examples/arm/
H A Daot_arm_compiler.py518 output_name = f"{model_name}" + ( variable
525 output_name = os.path.join(args.output, output_name) variable
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/utils_v1/
H A Dexport_output.py276 def _prefix_output_keys(self, output_dict, output_name): argument
296 def _prefix_key(self, key, output_name): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils.h189 void AddOutput(const string& node_name, const string& output_name) { in AddOutput()
196 void RemoveOutput(const string& node_name, const string& output_name) { in RemoveOutput()
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/model_utils/
H A Dexport_output.py297 def _prefix_output_keys(self, output_dict, output_name): argument
317 def _prefix_key(self, key, output_name): argument
/aosp_15_r20/external/tensorflow/tensorflow/examples/label_image/
H A Dmain.cc124 string output_name = "normalized"; in ReadTensorFromImageFile() local
211 string output_name = "top_k"; in GetTopLabels() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/cmake/llvm/
DAddLLVM.cmake588 set(output_name OUTPUT_NAME "${ARG_OUTPUT_NAME}") variable
687 set(output_name ${name}) variable
2299 set(output_name "$<TARGET_FILE_NAME:${name}>.${file_ext}") variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/llvm/
DAddLLVM.cmake597 set(output_name OUTPUT_NAME "${ARG_OUTPUT_NAME}") variable
696 set(output_name ${name}) variable
2325 set(output_name "$<TARGET_FILE_NAME:${name}>.${file_ext}") variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/cmake/llvm/
DAddLLVM.cmake588 set(output_name OUTPUT_NAME "${ARG_OUTPUT_NAME}") variable
687 set(output_name ${name}) variable
2299 set(output_name "$<TARGET_FILE_NAME:${name}>.${file_ext}") variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/
DAddLLVM.cmake566 set(output_name OUTPUT_NAME "${ARG_OUTPUT_NAME}") variable
665 set(output_name ${name}) variable
2273 set(output_name "$<TARGET_FILE_NAME:${name}>.${file_ext}") variable
/aosp_15_r20/external/llvm/cmake/modules/
H A DAddLLVM.cmake392 set(output_name OUTPUT_NAME "${ARG_OUTPUT_NAME}") variable
463 set(output_name ${name}) variable
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dfunctions.cc494 const auto& output_name = el.first; in AsFunctionDefInput() local
554 const string output_name = in MakeFunctionDef() local
/aosp_15_r20/frameworks/compile/mclinker/tools/mcld/
DMain.cpp207 inline bool ConfigureOutputName(llvm::StringRef output_name, in ConfigureOutputName()
501 llvm::StringRef output_name; in TranslateArguments() local
/aosp_15_r20/external/angle/build/config/apple/
H A Dwrite_framework_hmap.py34 def WriteHmap(output_name, filelist): argument
/aosp_15_r20/external/cronet/build/config/ios/
H A Dwrite_framework_hmap.py34 def WriteHmap(output_name, filelist): argument
/aosp_15_r20/external/cronet/net/tools/gssapi/
H A Dgss_import_name.cc15 gss_name_t* output_name) { in gss_import_name()

123456