Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc44 ops_registry_(ops), in ShapeRefiner()
246 TF_RETURN_IF_ERROR(ops_registry_->LookUp(node->type_string(), &op_reg_data)); in AddNode()
390 TF_RETURN_IF_ERROR(ops_registry_->LookUp(node->type_string(), &op_reg_data)); in UpdateNode()
428 Graph subgraph(ops_registry_); in EvaluateConstantTensorForEdge()
Dshape_refiner.h264 const OpRegistryInterface* const ops_registry_; variable