Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_cost_analysis.cc57 float bytes_accessed = GetShapeSize(hlo->shape()); in Preprocess() local
733 float bytes_accessed = GetShapeSize(hlo->shape()); in HandleTriangularSolve() local
752 float bytes_accessed = GetShapeSize(hlo->operand(0)->shape()) / 2.0f; in HandleCholesky() local
798 int64_t bytes_accessed = output_bytes_accessed; in HandleAllReduce() local
936 float bytes_accessed = 0; in HandleFusion() local
1129 float HloCostAnalysis::bytes_accessed() const { in bytes_accessed() function in xla::HloCostAnalysis
1145 int64_t HloCostAnalysis::bytes_accessed(const HloInstruction& hlo) const { in bytes_accessed() function in xla::HloCostAnalysis
H A Dhuman_readable_profile_builder.h50 int64_t transcendental_count, int64_t bytes_accessed, in AddOp()
69 int64_t bytes_accessed; // -1 if unknown member
H A Dhlo_profile_printer_data.proto35 int64 bytes_accessed = 9; field
H A Dhlo_cost_analysis_test.cc743 constexpr int64_t bytes_accessed = sizeof(float) * 4 * 2 * 2; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dop_metrics.proto54 uint64 bytes_accessed = 5; field
65 uint64 bytes_accessed = 3; field
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dcost_utils.h44 uint64 bytes_accessed = 0LL; member
H A Dop_utils.cc80 int64_t bytes_accessed, in EnterOp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dparallel_task_assignment.cc70 const int64_t bytes_accessed = in GetParallelTaskCount() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_op_metrics_db_test.cc44 uint64 bytes_accessed, int64_t occurences, in AddTensorFlowTpuOpEvent()