Searched refs:CopySparseBufferToTensor (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/parse_example/ |
D | example_proto_fast_parsing.cc | 39 void CopySparseBufferToTensor(DataType dtype, size_t offset, SparseBuffer* src, in CopySparseBufferToTensor() function
|
D | example_proto_fast_parsing.h | 427 void CopySparseBufferToTensor(DataType dtype, size_t offset, SparseBuffer* src,
|
D | parse_example.cc | 402 void CopySparseBufferToTensor(tf::DataType dtype, size_t offset, in CopySparseBufferToTensor() function 532 CopySparseBufferToTensor(config.sparse[d].dtype, 0, &buffer, values); in FastParseExampleLite()
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.cc | 1089 void CopySparseBufferToTensor(DataType dtype, size_t offset, SparseBuffer* src, in CopySparseBufferToTensor() function 1298 CopySparseBufferToTensor(config.sparse[d].dtype, offset, &buffer, values); in FastParseExample() 1349 CopySparseBufferToTensor(config.ragged[d].dtype, values_offset, &buffer, in FastParseExample()
|