Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h180 Status PublishTensor(const Tensor& tensor) { in PublishTensor() function
219 OP_REQUIRES_OK(context, PublishTensor(context->input(0))); in Compute()
258 OP_REQUIRES_OK(context, PublishTensor(*output_tensor)); in Compute()
383 OP_REQUIRES_OK(context, PublishTensor(*output_tensor)); in Compute()