Home
last modified time | relevance | path

Searched defs:bytes_accessed (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.h50 int64 transcendental_count, int64 bytes_accessed, in AddOp()
68 int64 bytes_accessed; // -1 if unknown member
Dhlo_profile_printer_data.proto34 float bytes_accessed = 6; field
Dhlo_cost_analysis.cc57 float bytes_accessed = GetShapeSize(hlo->shape()); in Preprocess() local
711 float bytes_accessed = GetShapeSize(hlo->shape()); in HandleTriangularSolve() local
730 float bytes_accessed = GetShapeSize(hlo->operand(0)->shape()) / 2.0f; in HandleCholesky() local
881 float bytes_accessed = 0; in HandleFusion() local
1063 float HloCostAnalysis::bytes_accessed() const { in bytes_accessed() function in xla::HloCostAnalysis
1079 int64 HloCostAnalysis::bytes_accessed(const HloInstruction& hlo) const { in bytes_accessed() function in xla::HloCostAnalysis
Dhlo_cost_analysis_test.cc640 constexpr int64 bytes_accessed = sizeof(float) * 4 * 2 * 2; in TEST_F() local
Dmemory_space_assignment.cc261 float bytes_accessed = cost_analysis_.bytes_accessed(instruction); in GetInstructionElapsedDueToMemory() local
/external/tensorflow/tensorflow/core/profiler/utils/
Dcost_utils.h44 uint64 bytes_accessed = 0LL; member
Dop_utils.cc70 uint64 time_ps, uint64 children_time_ps, int64 flops, int64 bytes_accessed, in EnterOp()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_metrics.proto54 uint64 bytes_accessed = 5; field
65 uint64 bytes_accessed = 3; field
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_task_assignment.cc68 const int64 bytes_accessed = in GetParallelTaskCount() local