Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc72 void FillAndCopyVarLen(const int d, const size_t num_elements, in FillAndCopyVarLen() function
572 FillAndCopyVarLen<tf::int64>(d, num_elements, in FastParseExampleLite()
578 FillAndCopyVarLen<float>(d, num_elements, num_elements_per_minibatch, in FastParseExampleLite()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc997 void FillAndCopyVarLen( in FillAndCopyVarLen() function
1394 FillAndCopyVarLen<int64>(d, num_elements, num_elements_per_minibatch, in FastParseExample()
1399 FillAndCopyVarLen<float>(d, num_elements, num_elements_per_minibatch, in FastParseExample()
1404 FillAndCopyVarLen<tstring>(d, num_elements, num_elements_per_minibatch, in FastParseExample()