Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference_testutil.cc35 std::vector<string> ins_v = str_util::Split(ins, ';'); in InferShapes() local
39 for (const string& spec : ins_v) { in InferShapes()