Home
last modified time | relevance | path

Searched refs:set_bytes_per_second (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h143 void set_bytes_per_second(float value) { in set_bytes_per_second() function
Dhlo_cost_analysis_test.cc635 fusion_analysis.set_bytes_per_second(64 * (i == 3 ? 1 / 8.0 : 1.0)); in TEST_F()
Dmemory_space_assignment_test.cc50 hlo_cost_analysis.set_bytes_per_second(kBytesPerSecond); in AssignMemorySpaceUsingCostAnalysis()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc885 cost_analysis.set_bytes_per_second( in RunBackend()