MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Read

Method Read

tensorflow/core/kernels/tensor_array.h:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 // * The index is marked as read (it cannot be rewritten to).
224 template <typename Device, typename T>
225 Status Read(OpKernelContext* ctx, const int32 index,
226 PersistentTensor* value) {
227 mutex_lock l(mu_);
228 return LockedRead<Device, T>(ctx, index, value);
229 }
230
231 template <typename Device, typename T>
232 Status ReadMany(OpKernelContext* ctx, const std::vector<int32>& indices,

Callers 4

RestoreBloomFilterFunction · 0.45
InsertTableFunction · 0.45
ComputeWithReaderMethod · 0.45
ReadFileSliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected