Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc1942 std::unique_ptr<ShapeVerifier> shape_verifier = in Run() local
1946 TF_RETURN_IF_ERROR(computation->Accept(shape_verifier.get())); in Run()
1950 TF_RETURN_IF_ERROR(shape_verifier->VerifyEntryComputationLayout(*module)); in Run()