Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Delementwise.cc359 std::string GetKernelBodyCode(const TensorDescriptor& dst_desc) { in GetKernelBodyCode() function
417 op.code_ = absl::Substitute(GetKernelBodyCode(definition.dst_tensors[0]), c); in CreateElementwiseOneInputWithBroadcast()
446 op.code_ = absl::Substitute(GetKernelBodyCode(definition.dst_tensors[0]), c); in CreateElementwiseWithBroadcast()
470 op.code_ = absl::Substitute(GetKernelBodyCode(definition.dst_tensors[0]), c); in CreateElementwiseTwoInputWithBroadcast()