Searched defs:AddOutput (Results 1 – 3 of 3) sorted by relevance
66 int SingleOpModel::AddOutput(const TensorData& t) { in AddOutput() function in tflite::SingleOpModel
176 int AddOutput(TensorType type) { return AddOutput(TensorData{type}); } in AddOutput() function
124 void NodeMap::AddOutput(const string& node_name, const string& output_name) { in AddOutput() function in tensorflow::grappler::NodeMap