Home
last modified time | relevance | path

Searched defs:SizeOfGeneratedCodeInBytes (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_executable.h53 int64 SizeOfGeneratedCodeInBytes() const { in SizeOfGeneratedCodeInBytes() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.h97 int64 SizeOfGeneratedCodeInBytes() const { in SizeOfGeneratedCodeInBytes() function
Dcpu_executable.cc413 int64 CpuExecutable::SizeOfGeneratedCodeInBytes() const { in SizeOfGeneratedCodeInBytes() function in xla::cpu::CpuExecutable
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc301 int64 Executable::SizeOfGeneratedCodeInBytes() const { return -1; } in SizeOfGeneratedCodeInBytes() function in xla::Executable
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.h317 int64 SizeOfGeneratedCodeInBytes() const { in SizeOfGeneratedCodeInBytes() function
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.h625 int64 SizeOfGeneratedCodeInBytes() const override { in SizeOfGeneratedCodeInBytes() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc567 int64 GpuExecutable::SizeOfGeneratedCodeInBytes() const { in SizeOfGeneratedCodeInBytes() function in xla::gpu::GpuExecutable
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc810 DISABLED_ON_INTERPRETER(SizeOfGeneratedCodeInBytes)) { in XLA_TEST_F()