Home
last modified time | relevance | path

Searched defs:AddOutput (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.cc66 int SingleOpModel::AddOutput(const TensorData& t) { in AddOutput() function in tflite::SingleOpModel
Dtest_util.h176 int AddOutput(TensorType type) { return AddOutput(TensorData{type}); } in AddOutput() function
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc124 void NodeMap::AddOutput(const string& node_name, const string& output_name) { in AddOutput() function in tensorflow::grappler::NodeMap