Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h179 Status PublishTensor(const Tensor& tensor) { in PublishTensor() function
218 OP_REQUIRES_OK(context, PublishTensor(context->input(0))); in Compute()
257 OP_REQUIRES_OK(context, PublishTensor(*output_tensor)); in Compute()
382 OP_REQUIRES_OK(context, PublishTensor(*output_tensor)); in Compute()