Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_proto_util_test.cc34 auto status = EntryComputationParameterShapes(hlo_proto).status(); in TEST_F()
45 auto status = EntryComputationParameterShapes(hlo_proto).status(); in TEST_F()
Dhlo_proto_util.h46 StatusOr<std::vector<const ShapeProto*>> EntryComputationParameterShapes(
Dhlo_proto_util.cc52 StatusOr<std::vector<const ShapeProto*>> EntryComputationParameterShapes( in EntryComputationParameterShapes() function