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.cc3312 const string& out_const_name, int index) { in AddQuantizedMatMulMinMaxOutConstNodes() argument
3321 CreateNodeDef(out_const_name, TensorValue(&value), out_node)); in AddQuantizedMatMulMinMaxOutConstNodes()
3322 node_map_->AddNode(out_const_name, out_node); in AddQuantizedMatMulMinMaxOutConstNodes()
3328 node_map_->AddOutput(NodeName(input), out_const_name); in AddQuantizedMatMulMinMaxOutConstNodes()
3338 output->set_input(i, out_const_name); in AddQuantizedMatMulMinMaxOutConstNodes()
3339 node_map_->AddOutput(out_const_name, output->name()); in AddQuantizedMatMulMinMaxOutConstNodes()