Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbatch_kernels.h68 Status GetOrCreateFunctionHandle(OpKernelContext* c,
H A Dbatch_kernels.cc299 OP_REQUIRES_OK_ASYNC(c, GetOrCreateFunctionHandle(c, &handle), done); in ComputeAsync()
423 Status BatchFunctionKernel::GetOrCreateFunctionHandle( in GetOrCreateFunctionHandle() function in tensorflow::BatchFunctionKernel