Home
last modified time | relevance | path

Searched defs:shape_size_function (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.h174 TargetVerifierMetadata(std::function<int64(const Shape&)> shape_size_function) in TargetVerifierMetadata()
201 std::function<int64(const Shape&)> shape_size_function) in DefaultVerifierMetadata()
Dhlo_execution_profile_test.cc46 auto shape_size_function = [&](const Shape& shape) { in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.h50 std::function<int64(const Shape&)> shape_size_function) in VerifiedHloModule()