Searched refs:linkables (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | metal_arguments.h | 38 absl::Status Init(const std::map<std::string, std::string>& linkables, 103 const std::map<std::string, std::string>& linkables, std::string* code); 107 const std::map<std::string, std::string>& linkables,
|
D | metal_arguments.cc | 180 const std::map<std::string, std::string>& linkables, MetalDevice* device, in Init() argument 185 ResolveSelectorsPass(device->GetInfo(), *args, linkables, code)); in Init() 669 const std::map<std::string, std::string>& linkables, std::string* code) { in ResolveSelectorsPass() argument 703 RETURN_IF_ERROR(ResolveSelector(gpu_info, args, linkables, object_name, in ResolveSelectorsPass() 718 const std::map<std::string, std::string>& linkables, in ResolveSelector() argument 736 auto it = linkables.find(object_name); in ResolveSelector() 737 if (it != linkables.end()) { in ResolveSelector()
|
D | compute_task.cc | 81 const std::map<std::string, std::string> linkables = { in Compile() local 83 RETURN_IF_ERROR(metal_args_.Init(linkables, device, &operation_->args_, in Compile()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_arguments.h | 38 const std::map<std::string, std::string>& linkables, 71 const std::map<std::string, std::string>& linkables, std::string* code); 74 const std::map<std::string, std::string>& linkables,
|
D | cl_arguments.cc | 213 const std::map<std::string, std::string>& linkables, CLContext* context, in Init() argument 217 RETURN_IF_ERROR(ResolveSelectorsPass(gpu_info, *args, linkables, code)); in Init() 277 const std::map<std::string, std::string>& linkables, std::string* code) { in ResolveSelectorsPass() argument 311 RETURN_IF_ERROR(ResolveSelector(gpu_info, args, linkables, object_name, in ResolveSelectorsPass() 335 const std::map<std::string, std::string>& linkables, in ResolveSelector() argument 353 auto it = linkables.find(object_name); in ResolveSelector() 354 if (it != linkables.end()) { in ResolveSelector()
|