Home
last modified time | relevance | path

Searched refs:GetDenseShapes (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.h156 Status GetDenseShapes(const std::vector<PartialTensorShape>& dense_shapes,
170 GetDenseShapes(dense_shapes, &variable_length, &elements_per_stride));
225 GetDenseShapes(dense_shapes, &variable_length, &elements_per_stride)); in Init()
Dexample_proto_helper.cc633 Status GetDenseShapes(const std::vector<PartialTensorShape>& dense_shapes, in GetDenseShapes() function