Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference_testutil.cc31 const string& expected_outs) { in InferShapes() argument
77 if (expected_outs == "e") { in InferShapes()
82 std::vector<string> expected_outs_v = str_util::Split(expected_outs, ';'); in InferShapes()
Dshape_inference_testutil_test.cc52 const string& expected_outs, OpShapeInferenceFn fn) { in RunInferShapes() argument
64 return ShapeInferenceTestutil::InferShapes(op, ins, expected_outs) in RunInferShapes()
Dshape_inference_testutil.h70 const string& expected_outs);