Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc131 const int64 executable_size_in_bytes = SizeInBytes(); in ExecuteOnStreamWrapper() local
132 if (executable_size_in_bytes != 0) { in ExecuteOnStreamWrapper()
133 profile->set_executable_size_in_bytes(executable_size_in_bytes); in ExecuteOnStreamWrapper()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto289 int64 executable_size_in_bytes = 6; field