Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddecode_proto_op.cc296 st = CountPackedFixed<double>(buf, buf_size); in ReadPackedValues()
299 st = CountPackedFixed<float>(buf, buf_size); in ReadPackedValues()
311 st = CountPackedFixed<uint64>(buf, buf_size); in ReadPackedValues()
314 st = CountPackedFixed<uint32>(buf, buf_size); in ReadPackedValues()
338 st = CountPackedFixed<int32>(buf, buf_size); in ReadPackedValues()
341 st = CountPackedFixed<int64>(buf, buf_size); in ReadPackedValues()
403 Status CountPackedFixed(const uint8* unused_buf, size_t len) { in CountPackedFixed() function in tensorflow::__anon8bcbf5420111::CountCollector