Searched refs:found_shape (Results 1 – 2 of 2) sorted by relevance
317 bool found_shape = false; in IsPlaceholder() local326 found_shape = true; in IsPlaceholder()329 return found_dtype && found_shape; in IsPlaceholder()
142 const TensorShape& found_shape = output_tensors[i].shape(); in GetOutputShapes() local143 (*node_shapes)[wanted_shape_name] = found_shape; in GetOutputShapes()