Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_utils.cc29 FunctionLibraryRuntime::Handle fn_handle; in ComputeShortCircuitIndices() local
31 func.name(), AttrSlice(&func.attr()), &fn_handle)); in ComputeShortCircuitIndices()
32 auto cleanup = gtl::MakeCleanup([ctx, fn_handle]() { in ComputeShortCircuitIndices()
33 Status s = ctx->function_library()->ReleaseHandle(fn_handle); in ComputeShortCircuitIndices()
47 ctx->function_library()->GetFunctionBody(fn_handle); in ComputeShortCircuitIndices()