Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dset_kernels.cc262 TensorShape output_shape_ts; in Compute() local
264 TensorShapeUtils::MakeShape(output_shape, &output_shape_ts)); in Compute()
266 OP_REQUIRES_OK(ctx, ctx->allocate_output(0, output_shape_ts, &out_t)); in Compute()