Home
last modified time | relevance | path

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

1234

/external/clang/tools/libclang/
DCMakeLists.txt81 set(output_name "libclang") variable
83 set(output_name "clang") variable
/external/llvm-project/clang/tools/libclang/
DCMakeLists.txt105 set(output_name "libclang") variable
107 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/llvm-project/lldb/cmake/modules/
DAddLLDB.cmake255 set(output_name ${name}) variable
273 set(output_name "lib${output_name}.dylib") variable
/external/toolchain-utils/afdo_tools/
Dgenerate_afdo_from_tryjob.py52 def _generate_afdo(perf_profile_loc, tryjob_loc, output_name): argument
/external/tensorflow/tensorflow/python/keras/distribute/
Dsaved_model_test_base.py105 output_name): argument
150 output_name='output_1'): argument
Dsaved_model_save_load_test.py52 output_name='output_1'): argument
128 output_name='output_1'): argument
Dkeras_save_load_test.py44 output_name='output_1'): argument
Dsaved_model_mixed_api_test.py52 output_name='output_1'): argument
/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport.cc163 const std::string& output_name = tensors_table.at(output_index); in ImportOperators() local
188 const std::string& output_name = tensors_table.at(output); in ImportIOTensors() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dreorder_elementwise_unary.cc107 const std::string output_name = element_op->outputs[0]; in Run() local
Dpropagate_fixed_sizes.cc271 const std::string& output_name = op->outputs[0]; in ProcessDepthwiseConvOperator() local
305 const std::string& output_name = op->outputs[0]; in ProcessDepthToSpaceOperator() local
328 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
1865 const std::string& output_name = op->outputs[0]; in ProcessArgMinMaxOperator() local
[all …]
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/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_rewriter_transform.cc80 for (const string& output_name : context.output_names) { in RewriteQuantizedStrippedModelForHexagon() local
/external/blktrace/btt/
Dargs.c273 static FILE *std_open(char *output_name, char *sfx, char *msg) in std_open()
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav_dir.py85 def label_wav(wav_dir, labels, graph, input_name, output_name, how_many_labels): argument
Dlabel_wav.py77 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.cc34 const std::string output_name("output"); in RunResolveSum() local
/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/core/grappler/utils/
Dfunctions.h56 string output_name; member
/external/autotest/client/cros/graphics/
Dgraphics_utils.py796 def set_modetest_output(output_name, enable): argument
802 def set_display_output(output_name, enable): argument
875 def set_content_protection(output_name, state): argument
886 def get_content_protection(output_name): argument
/external/tensorflow/tensorflow/python/saved_model/model_utils/
Dexport_output.py281 def _prefix_output_keys(self, output_dict, output_name): argument
301 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/toolchain-utils/pgo_tools/
Dmerge_profdata_and_upload.py199 def _merge_profdata(profdata_list, output_name): argument

1234