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/
Dhlo_execution_profile_test.cc46 auto shape_size_function = [&](const Shape& shape) { in TEST_F() local
54 HloCostAnalysis cost_analysis(shape_size_function); in TEST_F()
Dhlo_verifier.h174 TargetVerifierMetadata(std::function<int64(const Shape&)> shape_size_function) in TargetVerifierMetadata() argument
175 : shape_size_function_(shape_size_function) {} in TargetVerifierMetadata()
201 std::function<int64(const Shape&)> shape_size_function) in DefaultVerifierMetadata() argument
202 : TargetVerifierMetadata(shape_size_function), in DefaultVerifierMetadata()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.h50 std::function<int64(const Shape&)> shape_size_function) in VerifiedHloModule() argument
54 /*instruction_can_change_layout_func=*/{}, shape_size_function) {} in VerifiedHloModule()