Home
last modified time | relevance | path

Searched defs:computation_count (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtpu_computation_placer.cc39 int computation_count) { in DeviceId()
44 int replica_count, int computation_count) { in AssignDevices()
59 int computation_count) { in AssignLocalDevices()
H A Dcomputation_placer.h42 DeviceAssignment(int replica_count, int computation_count) in DeviceAssignment()
49 int computation_count() const { return width(); } in computation_count() function
H A Dcomputation_placer.cc140 int computation_count) { in DeviceId()
148 int replica_count, int computation_count) { in AssignDevices()
H A Dhlo_execution_profile.h64 size_t computation_count() const { in computation_count() function
H A Dhlo_module.h242 int64_t computation_count() const { return computations_.size(); } in computation_count() function
H A Dhlo_cost_analysis.cc98 auto computation_count = ShapeUtil::ElementsIn(shape); in HandleElementwiseOp() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla_data.proto427 int32 computation_count = 2; field