Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc196 const auto result = input_name_map_.find(input_name); in input()
197 if (result == input_name_map_.end()) { in input()
230 construction_status_ = NameRangesForNode(*node_def_, op_def, &input_name_map_, in PreInputInit()
254 for (const auto& e : input_name_map_) { in PostInputInit()
Dop_kernel.cc107 input_name_map_(context->num_inputs()), in OpKernel()
111 NameRangesForNode(*def_, *context->op_def_, &input_name_map_, in OpKernel()
141 const auto result = input_name_map_.find(input_name); in InputRange()
142 if (result == input_name_map_.end()) { in InputRange()
Dshape_inference.h774 NameRangeMap input_name_map_; variable
Dop_kernel.h210 NameRangeMap input_name_map_; variable