Searched refs:body_handle (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | const_analysis.cc | 143 FunctionLibraryRuntime::Handle body_handle; in GetCompileTimeConstInputs() local 147 body_function.name(), AttrSlice(&body_function.attr()), &body_handle)); in GetCompileTimeConstInputs() 149 const FunctionBody* fbody = flib_runtime->GetFunctionBody(body_handle); in GetCompileTimeConstInputs()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | functional_ops.cc | 345 FHandle body_handle; in ComputeAsync() local 347 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, body_func_, &body_handle), done); in ComputeAsync() 348 (new State(this, ctx, cond_handle, body_handle, done))->Start(); in ComputeAsync() 358 FHandle body_handle, DoneCallback done) in State() argument 362 body_handle_(body_handle), in State()
|