Home
last modified time | relevance | path

Searched refs:ShapeSizeBytesFunction (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.h61 HloCostAnalysis::ShapeSizeFunction ShapeSizeBytesFunction() const override;
Dcompiler.cc165 HloCostAnalysis::ShapeSizeFunction InterpreterCompiler::ShapeSizeBytesFunction() in ShapeSizeBytesFunction() function in xla::interpreter::InterpreterCompiler
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h291 virtual HloCostAnalysis::ShapeSizeFunction ShapeSizeBytesFunction() const = 0;
296 HloCostAnalysis::ShapeSizeFunction shape_size = ShapeSizeBytesFunction(); in BufferSizeBytesFunction()
Dtransfer_manager.cc225 auto shape_size_fn = compiler->ShapeSizeBytesFunction(); in ReadDynamicShapes()
Dservice.cc1120 execute_backend_->compiler()->ShapeSizeBytesFunction()); in GetComputationGraphStats()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h153 HloCostAnalysis::ShapeSizeFunction ShapeSizeBytesFunction() const override;
Dcpu_compiler.cc441 max_parallelism, ShapeSizeBytesFunction(), target_machine_features); in RunHloPassesAfterLayoutAssn()
1032 HloCostAnalysis::ShapeSizeFunction CpuCompiler::ShapeSizeBytesFunction() const { in ShapeSizeBytesFunction() function in xla::cpu::CpuCompiler
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.h112 HloCostAnalysis::ShapeSizeFunction ShapeSizeBytesFunction() const override { in ShapeSizeBytesFunction() function
Dgpu_compiler.cc884 HloCostAnalysis cost_analysis(ShapeSizeBytesFunction()); in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_compiler_test.cc170 backend_->compiler()->ShapeSizeBytesFunction()); in CreateNewVerifiedModule()
Dlocal_client_test_base.cc226 local_client_->backend().compiler()->ShapeSizeBytesFunction()); in ParseAndReturnVerifiedModule()
Dhlo_test_base.cc124 backend().compiler()->ShapeSizeBytesFunction()); in CreateNewVerifiedModule()
140 backend().compiler()->ShapeSizeBytesFunction()); in ParseAndReturnVerifiedModule()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc163 auto shape_size_fn = compiler->ShapeSizeBytesFunction(); in UpdateMetadata()
208 auto shape_size_fn = compiler->ShapeSizeBytesFunction(); in UpdateDynamicInputs()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc358 HloCostAnalysis::ShapeSizeFunction ShapeSizeBytesFunction() const override { in ShapeSizeBytesFunction() function in xla::__anoncef202870111::TpuCompiler
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc263 client_->backend().compiler()->ShapeSizeBytesFunction()); in GetHloCostAnalysis()