Home
last modified time | relevance | path

Searched refs:shape_size_function_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_task_assignment.h72 shape_size_function_(shape_size), in ParallelTaskAssigner()
102 HloCostAnalysis::ShapeSizeFunction shape_size_function_; variable
Dparallel_task_assignment.cc238 shape_size_function_, module, in ComputeTargetParallelTasks()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.h175 : shape_size_function_(shape_size_function) {} in TargetVerifierMetadata()
179 return shape_size_function_(shape); in ShapeSize()
192 std::function<int64(const Shape&)> shape_size_function_;