Home
last modified time | relevance | path

Searched defs:CheckNotInComputeAsync (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dtfrt_op_kernel.h177 inline void CheckNotInComputeAsync(TFRTOpKernelConstruction*, const char*) {} in CheckNotInComputeAsync() function
178 inline void CheckNotInComputeAsync(TFRTOpKernelContext*, const char*) {} in CheckNotInComputeAsync() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h1683 inline void CheckNotInComputeAsync(XlaOpKernelContext*, const char*) {} in CheckNotInComputeAsync() function
1684 inline void CheckNotInComputeAsync(OpKernelConstruction*, const char*) {} in CheckNotInComputeAsync() function
H A Dop_kernel.cc1835 void CheckNotInComputeAsync(OpKernelContext* ctx, in CheckNotInComputeAsync() function