Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc732 const_tensors_to_propagate_.push_back(outprop.value()); in UpdateFunction()
734 &const_tensors_to_propagate_.back(); in UpdateFunction()
1317 const_tensors_to_propagate_.push_back(tensor_proto); in UpdateOutputShapesAndValues()
1318 c->output_tensor_protos[k] = &const_tensors_to_propagate_.back(); in UpdateOutputShapesAndValues()
1390 const_tensors_to_propagate_.push_back( in MaybeUpdateNodeContextOutput()
1393 c->output_tensor_protos[0] = &const_tensors_to_propagate_.back(); in MaybeUpdateNodeContextOutput()
1403 const_tensors_to_propagate_.push_back( in MaybeUpdateNodeContextOutput()
1408 const_tensors_to_propagate_.push_back( in MaybeUpdateNodeContextOutput()
1414 c->output_tensor_protos[0] = &const_tensors_to_propagate_.back(); in MaybeUpdateNodeContextOutput()
1702 std::list<TensorProto> const_tensors_to_propagate_; member in tensorflow::grappler::SymbolicShapeRefiner