Searched defs:dense_shapes (Results 1 – 11 of 11) sorted by relevance
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
197 std::vector<PartialTensorShape> dense_shapes; member234 std::vector<PartialTensorShape> dense_shapes; member
633 Status GetDenseShapes(const std::vector<PartialTensorShape>& dense_shapes, in GetDenseShapes()
655 std::vector<tf::TensorShape> dense_shapes; member720 auto dense_shapes = nodedef.attr().at("dense_shapes").list(); in PrepareParseExample() local842 const auto& dense_shapes = data->dense_shapes; in EvalParseExample() local
43 std::vector<PartialTensorShape> dense_shapes; in BuildGraph() local
60 mlir::RankedTensorType dense_shapes; member
64 auto dense_shapes = attr_map.at("dense_shapes"); in ExtractExampleParserConfiguration() local
32 Status AddDenseOutputShapes(const std::vector<TensorShapeType>& dense_shapes, in AddDenseOutputShapes()
396 dense_shapes=None, argument
493 parallel_device::ParallelTensor* dense_shapes() const { in dense_shapes() function
219 const std::vector<PartialTensorShape>& dense_shapes, in Dataset()