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.cc238 const int64 executable_size_in_bytes = in ExecuteWrapperAfterExecution() local
254 if (executable_size_in_bytes != 0) { in ExecuteWrapperAfterExecution()
255 state.profile->set_executable_size_in_bytes(executable_size_in_bytes); in ExecuteWrapperAfterExecution()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto320 int64 executable_size_in_bytes = 6; field