Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dkernel_fallback_execute.cc57 const tfrt::OpAttrsRef& attrs, KernelFallbackOutputType output_type) { in KernelFallbackExecute()
111 if (output_type == KernelFallbackOutputType::TENSOR) { in KernelFallbackExecute()
116 KernelFallbackOutputType::KERNEL_FALLBACK_TENSOR); in KernelFallbackExecute()
H A Dkernel_fallback_execute.h35 enum KernelFallbackOutputType { enum
47 const tfrt::OpAttrsRef& attrs, KernelFallbackOutputType output_type);
H A Dkernel_fallback_kernels.cc65 tfd::KernelFallbackOutputType::TENSOR); in TFDForwardKernel()