Searched refs:summary_tensor (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | summary_op.cc | 59 Tensor* summary_tensor = nullptr; in Compute() local 60 OP_REQUIRES_OK(c, c->allocate_output(0, TensorShape({}), &summary_tensor)); in Compute() 61 CHECK(s.SerializeToString(&summary_tensor->scalar<string>()())); in Compute() 108 Tensor* summary_tensor = nullptr; in Compute() local 109 OP_REQUIRES_OK(c, c->allocate_output(0, TensorShape({}), &summary_tensor)); in Compute() 110 CHECK(s.SerializeToString(&summary_tensor->scalar<string>()())); in Compute() 165 Tensor* summary_tensor = nullptr; in Compute() local 166 OP_REQUIRES_OK(c, c->allocate_output(0, TensorShape({}), &summary_tensor)); in Compute() 167 CHECK(s.SerializeToString(&summary_tensor->scalar<string>()())); in Compute()
|
D | summary_tensor_op.cc | 54 Tensor* summary_tensor = nullptr; in Compute() local 55 OP_REQUIRES_OK(c, c->allocate_output(0, TensorShape({}), &summary_tensor)); in Compute() 56 CHECK(s.SerializeToString(&summary_tensor->scalar<string>()())); in Compute() 93 Tensor* summary_tensor = nullptr; in Compute() local 94 OP_REQUIRES_OK(c, c->allocate_output(0, TensorShape({}), &summary_tensor)); in Compute() 95 CHECK(s.SerializeToString(&summary_tensor->scalar<string>()())); in Compute()
|
D | summary_audio_op.cc | 93 Tensor* summary_tensor = nullptr; in Compute() local 94 OP_REQUIRES_OK(c, c->allocate_output(0, TensorShape({}), &summary_tensor)); in Compute() 95 CHECK(s.SerializeToString(&summary_tensor->scalar<string>()())); in Compute()
|
D | summary_image_op.cc | 107 Tensor* summary_tensor = nullptr; in Compute() local 108 OP_REQUIRES_OK(c, c->allocate_output(0, TensorShape({}), &summary_tensor)); in Compute() 109 CHECK(s.SerializeToString(&summary_tensor->scalar<string>()())); in Compute()
|