HomeSort by relevance Sort by last modified time
    Searched refs:node_to_context_ (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
shape_refiner.h 130 auto it = node_to_context_.find(node);
131 if (it == node_to_context_.end()) {
139 auto it = node_to_context_.find(node);
140 if (it == node_to_context_.end()) {
272 node_to_context_; member in class:tensorflow::ShapeRefiner
shape_refiner.cc 191 nested_inferences[node_name] = std::move(node_to_context_[node]);
192 node_to_context_.erase(node);
204 node_to_context_.erase(node);
223 auto it = node_to_context_.find(input);
224 if (it == node_to_context_.end()) {
274 node_to_context_[node].swap(ec);
313 auto it = node_to_context_.find(node);
314 if (it == node_to_context_.end()) {
333 auto iter = node_to_context_.find(input);
334 if (iter == node_to_context_.end())
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc 557 node_to_context_.reserve(graph.graph()->node_size());
574 auto it = node_to_context_.find(node);
575 if (it == node_to_context_.end()) {
582 auto it = node_to_context_.find(node);
583 if (it == node_to_context_.end()) {
1691 std::unordered_map<const NodeDef*, NodeContext> node_to_context_; member in class:tensorflow::grappler::SymbolicShapeRefiner
    [all...]

Completed in 69 milliseconds