Home
last modified time | relevance | path

Searched defs:elements_per_stride (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_helper.h199 std::vector<std::size_t> elements_per_stride; member
236 std::vector<std::size_t> elements_per_stride; member
H A Dexample_proto_fast_parsing.h64 std::size_t elements_per_stride; member
H A Dexample_proto_fast_parsing_test.cc258 size_t elements_per_stride, in AddDenseFeature()
H A Dexample_proto_helper.cc635 std::vector<std::size_t>* elements_per_stride) { in GetDenseShapes()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/parse_example/
H A Dparse_example.cc435 int elements_per_stride) { in CopyToBuffer()
599 const int elements_per_stride = config.dense[d].elements_per_stride; in FastParseExampleLite() local
860 const int elements_per_stride = in EvalParseExample() local