Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.h203 StatusOr<ComputationStats> GetComputationStats(
Dclient.cc423 StatusOr<ComputationStats> Client::GetComputationStats( in GetComputationStats() function in xla::Client
470 GetComputationStats(computation, GetDebugOptionsFromFlags())); in ExecutionStatsAsString()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py1160 def GetComputationStats(self): member in ComputationBuilder