Home
last modified time | relevance | path

Searched defs:bytes_accessed (Results 1 – 5 of 5) 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.cc52 float bytes_accessed = GetShapeSize(hlo->shape()); in Preprocess() local
551 float bytes_accessed = GetShapeSize(hlo->operand(0)->shape()) / 2.0f; in HandleTriangularSolve() local
565 float bytes_accessed = GetShapeSize(hlo->operand(0)->shape()) / 2.0f; in HandleCholesky() local
753 float HloCostAnalysis::bytes_accessed() const { in bytes_accessed() function in xla::HloCostAnalysis
769 int64 HloCostAnalysis::bytes_accessed(const HloInstruction& hlo) const { in bytes_accessed() function in xla::HloCostAnalysis
Dhlo_cost_analysis_test.cc489 constexpr int64 bytes_accessed = sizeof(float) * 4 * 2 * 2; in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_task_assignment.cc67 const int64 bytes_accessed = in GetParallelTaskCount() local