Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc817 U* weights_data = reinterpret_cast<U*>(weights.GetAllocatedBuffer()); in Compute()
1211 U* weights_data_tf = reinterpret_cast<U*>(weights.GetAllocatedBuffer()); in Compute()
1266 U* diff_weights_data = static_cast<U*>(diff_weights.GetAllocatedBuffer()); in Compute()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h1409 inline void* GetAllocatedBuffer() { return allocated_buffer_; } in GetAllocatedBuffer() function