Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dsimple_orc_jit.h98 int64_t SizeOfGeneratedCodeInBytes() const { in SizeOfGeneratedCodeInBytes() function
H A Dcpu_executable.cc404 int64_t CpuExecutable::SizeOfGeneratedCodeInBytes() const { in SizeOfGeneratedCodeInBytes() function in xla::cpu::CpuExecutable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_executable.h92 int64_t SizeOfGeneratedCodeInBytes() const { in SizeOfGeneratedCodeInBytes() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dexecutable.cc300 int64_t Executable::SizeOfGeneratedCodeInBytes() const { return -1; } in SizeOfGeneratedCodeInBytes() function in xla::Executable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_c_api_client.h436 int64_t SizeOfGeneratedCodeInBytes() const override { in SizeOfGeneratedCodeInBytes() function
H A Dtfrt_cpu_pjrt_client.h492 int64_t SizeOfGeneratedCodeInBytes() const override { in SizeOfGeneratedCodeInBytes() function
H A Dpjrt_stream_executor_client.h734 int64_t SizeOfGeneratedCodeInBytes() const override { in SizeOfGeneratedCodeInBytes() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.h366 int64_t SizeOfGeneratedCodeInBytes() const { in SizeOfGeneratedCodeInBytes() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable.cc870 int64_t GpuExecutable::SizeOfGeneratedCodeInBytes() const { in SizeOfGeneratedCodeInBytes() function in xla::gpu::GpuExecutable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dlocal_client_execute_test.cc795 DISABLED_ON_INTERPRETER(SizeOfGeneratedCodeInBytes)) { in XLA_TEST_F()