Home
last modified time | relevance | path

Searched refs:input_resource_tensor_name_map (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/
H A Dlc_runner.cc72 auto input_resource_tensor_name_map = in ConstructInputsForTensorflowSpecPlan() local
74 .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() local
110 .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()
/aosp_15_r20/external/federated-compute/fcp/protos/
H A Dplan.proto754 map<string, string> input_resource_tensor_name_map = 1; field
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/protos/
Dplan.pb.h6377 input_resource_tensor_name_map() const; in Swap()
14993 MultipleInputResources::input_resource_tensor_name_map() const { in input_resource_tensor_name_map() function