Searched defs:dense_shapes (Results 1 – 9 of 9) sorted by relevance
43 std::vector<PartialTensorShape> dense_shapes; in BuildGraph() local
164 std::vector<PartialTensorShape> dense_shapes; in ParseExample() local227 std::vector<PartialTensorShape> dense_shapes; in ParseExampleV2() local294 std::vector<PartialTensorShape> dense_shapes; in ParseSingleExample() local
196 std::vector<PartialTensorShape> dense_shapes; member233 std::vector<PartialTensorShape> dense_shapes; member
633 Status GetDenseShapes(const std::vector<PartialTensorShape>& dense_shapes, in GetDenseShapes()
64 auto dense_shapes = attr_map.at("dense_shapes"); in ExtractExampleParserConfiguration() local
654 std::vector<tf::TensorShape> dense_shapes; member719 auto dense_shapes = nodedef.attr().at("dense_shapes").list(); in PrepareParseExample() local836 const auto& dense_shapes = data->dense_shapes; in EvalParseExample() local
32 Status AddDenseOutputShapes(const std::vector<TensorShapeType>& dense_shapes, in AddDenseOutputShapes()
397 dense_shapes=None, argument
219 const std::vector<PartialTensorShape>& dense_shapes, in Dataset()