Searched refs:input_resource_tensor_name_map (Results 1 – 3 of 3) sorted by relevance
72 auto input_resource_tensor_name_map = in ConstructInputsForTensorflowSpecPlan() local74 .input_resource_tensor_name_map(); in ConstructInputsForTensorflowSpecPlan()78 if (!input_resource_tensor_name_map.contains(resource.first)) { in ConstructInputsForTensorflowSpecPlan()83 std::string tensor_name = input_resource_tensor_name_map[resource.first]; in ConstructInputsForTensorflowSpecPlan()108 auto input_resource_tensor_name_map = in ConstructInputsForTFLitePlan() local110 .input_resource_tensor_name_map(); in ConstructInputsForTFLitePlan()112 if (!input_resource_tensor_name_map.contains(resource.first)) { in ConstructInputsForTFLitePlan()119 std::string tensor_name = input_resource_tensor_name_map[resource.first]; in ConstructInputsForTFLitePlan()
754 map<string, string> input_resource_tensor_name_map = 1; field
6377 input_resource_tensor_name_map() const; in Swap()14993 MultipleInputResources::input_resource_tensor_name_map() const { in input_resource_tensor_name_map() function