HomeSort by relevance Sort by last modified time
    Searched full:computation_handle (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
computation_tracker.cc 41 ComputationHandle computation_handle; local
43 computation_handle.set_handle(handle_value);
45 MakeUnique<UserComputation>(computation_name, computation_handle);
46 return computation_handle;
63 const int64 old_handle = computation.computation_handle().handle();
73 const int64 old_handle = computation.computation_handle().handle();
82 const int64 old_handle = session_module.entry().computation_handle().handle();
130 (*old_to_new)[session_computation.computation_handle().handle()] = new_handle;
session.proto 55 ComputationHandle computation_handle = 2;
user_computation.cc     [all...]

Completed in 120 milliseconds