Searched refs:input_name_map_ (Results 1 – 4 of 4) sorted by relevance
196 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()
107 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()
774 NameRangeMap input_name_map_; variable
210 NameRangeMap input_name_map_; variable