Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxrt.cc185 auto computation_handle = in ~XrtExecutable() local
188 tensorflow::ops::XRTReleaseCompilationHandle(root, computation_handle); in ~XrtExecutable()
196 inputs.insert({computation_handle, handle()}); in ~XrtExecutable()
216 auto computation_handle = in Execute() local
220 auto execute = tensorflow::ops::XRTExecute(root, computation_handle, in Execute()
235 inputs.insert({computation_handle, handle()}); in Execute()