Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor.cc595 void RefIfNonNull(core::RefCounted* buf) { in RefIfNonNull() function
612 RefIfNonNull(buf); in Tensor()
650 RefIfNonNull(buf_); in CopyFromInternal()
674 RefIfNonNull(buf_); in BitcastFrom()
/external/tensorflow/tensorflow/c/
Dc_api.cc290 static void RefIfNonNull(::tensorflow::TensorBuffer* buf) { in RefIfNonNull() function
329 RefIfNonNull(to->buffer); in TF_TensorBitcastFrom()