Searched refs:ShapeProtoToVec (Results 1 – 3 of 3) sorted by relevance
39 std::vector<int64> ShapeProtoToVec(const TensorShapeProto& shape_pb);332 shape_ = ShapeProtoToVec(attr.second.shape()); in TFGraphNode()339 output_shapes_[i] = ShapeProtoToVec(attr.second.list().shape(i)); in TFGraphNode()
265 std::vector<int64> ShapeProtoToVec(const TensorShapeProto& shape_pb) { in ShapeProtoToVec() function
173 input_shapes[inp.first] = ShapeProtoToVec(inp.second); in FormatInputShapes()