Searched refs:tensor_or (Results 1 – 1 of 1) sorted by relevance
1381 auto tensor_or = in BuildSubGraph() local1383 if (!tensor_or) return false; in BuildSubGraph()1384 tensors.push_back(*tensor_or); in BuildSubGraph()1436 auto tensor_or = BuildTensorFromType( in BuildSubGraph() local1438 if (!tensor_or.hasValue()) { in BuildSubGraph()1442 tensors.push_back(tensor_or.getValue()); in BuildSubGraph()