Searched refs:expected_outs (Results 1 – 3 of 3) sorted by relevance
31 const string& expected_outs) { in InferShapes() argument77 if (expected_outs == "e") { in InferShapes()82 std::vector<string> expected_outs_v = str_util::Split(expected_outs, ';'); in InferShapes()
52 const string& expected_outs, OpShapeInferenceFn fn) { in RunInferShapes() argument64 return ShapeInferenceTestutil::InferShapes(op, ins, expected_outs) in RunInferShapes()
70 const string& expected_outs);