Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddecode_proto_op.cc741 std::vector<string> tmp_binary_bufs(message_count); in Compute() local
759 &tmp_binary_bufs[mi]); in Compute()
763 bufs.push_back(&tmp_binary_bufs[mi]); in Compute()