Home
last modified time | relevance | path

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

1234

/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/build/config/ios/
Dwrite_framework_hmap.py34 def WriteHmap(output_name, filelist): argument
/external/angle/build/config/ios/
Dwrite_framework_hmap.py34 def WriteHmap(output_name, filelist): argument
/external/cronet/net/tools/gssapi/
Dgss_import_name.cc15 gss_name_t* output_name) { in gss_import_name()
/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/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/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
Densure_bias_vectors.cc59 const std::string& output_name = op->outputs[0]; in ProcessLinearOperator() local
Dremove_trivial_passthrough.cc97 const std::string output_name = passthru_op->outputs[0]; in RemoveTrivialPassthroughOp() local
/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/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/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
Dresolve_constant_unary_test.cc37 const std::string output_name("output"); in RunResolveSum() local
/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/tensorflow/tensorflow/python/keras/saving/utils_v1/
Dexport_output.py276 def _prefix_output_keys(self, output_dict, output_name): argument
296 def _prefix_key(self, key, output_name): argument
/external/tensorflow/tensorflow/python/saved_model/model_utils/
Dexport_output.py297 def _prefix_output_keys(self, output_dict, output_name): argument
317 def _prefix_key(self, key, output_name): argument
/external/tensorflow/tensorflow/core/grappler/
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()
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h56 string output_name; member
/external/cronet/buildtools/third_party/libc++/trunk/src/
DCMakeLists.txt257 set(output_name "$<TARGET_PROPERTY:libcxx-abi-shared,OUTPUT_NAME>") variable
/external/toolchain-utils/pgo_tools/
Dmerge_profdata_and_upload.py217 def _merge_profdata(profdata_list, output_name): argument
/external/tensorflow/tensorflow/examples/label_image/
Dmain.cc124 string output_name = "normalized"; in ReadTensorFromImageFile() local
211 string output_name = "top_k"; in GetTopLabels() local

1234