Home
last modified time | relevance | path

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

123

/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/tools/accuracy/
Dfile_reader_stage.h31 string output_name() const override { return "stage_filereader_output"; } in output_name() function
Drun_tflite_model_stage.h43 string output_name() const override { return "stage_run_tfl_model_output"; } in output_name() function
Deval_pipeline_builder_test.cc37 string output_name() const override { return output_; } in output_name() function in tensorflow::metrics::__anonf1d7202b0111::IdentityStage
61 string output_name() const override { return output_; } in output_name() function in tensorflow::metrics::__anonf1d7202b0111::FailingStage
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h71 string output_name; member
79 string output_name; member
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_rewriter_transform.cc75 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/lite/toco/graph_transformations/
Densure_bias_vectors.cc47 const string& output_name = op->outputs[0]; in ProcessLinearOperator() local
Dreorder_elementwise_unary.cc106 const string output_name = element_op->outputs[0]; in Run() local
Dpropagate_fixed_sizes.cc270 const string& output_name = op->outputs[0]; in ProcessDepthwiseConvOperator() local
304 const string& output_name = op->outputs[0]; in ProcessDepthToSpaceOperator() local
327 const string& output_name = op->outputs[0]; in ProcessSpaceToDepthOperator() local
472 const string& output_name = op->outputs[0]; in ProcessSimpleOperator() local
489 const string& output_name = op->outputs[0]; in ProcessSimpleBinaryOperator() local
648 const string& output_name = op->outputs[0]; in ProcessReorderAxesOperator() local
890 const string& output_name = op->outputs[0]; in ProcessAveragePoolOperator() local
907 const string& output_name = op->outputs[0]; in ProcessMaxPoolOperator() local
926 const string& output_name = op->outputs[0]; in ProcessL2PoolOperator() local
1845 const string& output_name = op->outputs[0]; in ProcessArgMinMaxOperator() local
[all …]
Dremove_trivial_passthrough.cc90 const string output_name = passthru_op->outputs[0]; in RemoveTrivialPassthroughOp() local
Dmerge_reshape_into_preceding_transpose.cc121 const string output_name = reshape_op->outputs[0]; in Run() local
Dreorder_reshape_transpose.cc143 const string output_name = transpose_op->outputs[0]; in Run() local
/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport.cc162 const string& output_name = tensors_table.at(output_index); in ImportOperators() local
187 const string& output_name = tensors_table.at(output); in ImportIOTensors() local
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav.py80 def label_wav(wav, labels, graph, input_name, output_name, how_many_labels): argument
Dlabel_wav_dir.py89 def label_wav(wav_dir, labels, graph, input_name, output_name, how_many_labels): argument
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
Dinception_preprocessing.h84 string output_name() const override { in output_name() function
/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc83 string output_name = "normalized"; in ReadTensorFromImageFile() local
143 string output_name = "file_writer"; in SaveImage() local
188 string output_name = "top_k"; in GetTopDetections() local
/external/tensorflow/tensorflow/python/saved_model/model_utils/
Dexport_output.py280 def _prefix_output_keys(self, output_dict, output_name): argument
300 def _prefix_key(self, key, output_name): argument
/external/tensorflow/tensorflow/examples/label_image/
Dmain.cc123 string output_name = "normalized"; in ReadTensorFromImageFile() local
210 string output_name = "top_k"; in GetTopLabels() local
Dlabel_image.py127 output_name = "import/" + output_layer variable
/external/autotest/client/cros/graphics/
Dgraphics_utils.py787 def set_modetest_output(output_name, enable): argument
793 def set_display_output(output_name, enable): argument
868 def set_content_protection(output_name, state): argument
879 def get_content_protection(output_name): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_eager.py37 def _eager_loss_fn(outputs, targets, loss_fn, output_name): argument
/external/tensorflow/tensorflow/tools/graph_transforms/
Dstrip_unused_nodes.cc134 for (const string& output_name : context.output_names) { in StripUnusedNodes() local

123