Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.h33 std::function<int64(const Shape&)> shape_size_function) in ShapeVerifier()
211 TargetVerifierMetadata(std::function<int64(const Shape&)> shape_size_function) in TargetVerifierMetadata()
240 std::function<int64(const Shape&)> shape_size_function) in DefaultVerifierMetadata()
Dwhile_loop_expensive_invariant_code_motion.h36 : shape_size_function_(std::move(shape_size_function)), in shape_size_function_()
Dhlo_execution_profile_test.cc45 auto shape_size_function = [&](const Shape& shape) { in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dverified_hlo_module.h38 std::function<int64(const Shape&)> shape_size_function) in VerifiedHloModule()