Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc55 const_tensor_map_.clear(); in ~ShapeRefiner()
398 &graph_runner_, &const_tensor_map_, in EvaluateConstantTensorForEdge()
673 auto const_tensor_map_copy = const_tensor_map_; in RunShapeFn()
674 const_tensor_map_.clear(); in RunShapeFn()
677 const_tensor_map_ = const_tensor_map_copy; in RunShapeFn()
Dshape_refiner.h251 std::unordered_map<string, Tensor> const_tensor_map_; variable