Home
last modified time | relevance | path

Searched refs:out_const_name (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3869 const string& out_const_name, int index) { in AddQuantizedMatMulMinMaxOutConstNodes() argument
3879 CreateNodeDef(out_const_name, TensorValue(&value), out_node)); in AddQuantizedMatMulMinMaxOutConstNodes()
3880 node_map_->AddNode(out_const_name, out_node); in AddQuantizedMatMulMinMaxOutConstNodes()
3885 node_map_->AddOutput(NodeName(input), out_const_name); in AddQuantizedMatMulMinMaxOutConstNodes()
3896 output->set_input(i, out_const_name); in AddQuantizedMatMulMinMaxOutConstNodes()
3897 node_map_->AddOutput(out_const_name, output->name()); in AddQuantizedMatMulMinMaxOutConstNodes()