/external/tensorflow/tensorflow/core/framework/ |
D | numeric_op.h | 60 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute() 81 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute()
|
D | op_kernel.h | 902 Status forward_input_or_allocate_output( 906 Status forward_input_or_allocate_output( 1636 inline Status OpKernelContext::forward_input_or_allocate_output( in forward_input_or_allocate_output() function 1654 inline Status OpKernelContext::forward_input_or_allocate_output( in forward_input_or_allocate_output() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | batch_norm_op.cc | 118 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute() 121 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute() 124 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute() 130 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute()
|
D | sparse_xent_op.cc | 81 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute() 84 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute()
|
D | cwise_op_select.cc | 101 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in ComputeBroadcasting() 115 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in ComputeElementwise() 187 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute() 301 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in operator ()()
|
D | snapshot_op.cc | 36 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute()
|
D | softmax_op.cc | 61 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute()
|
D | cwise_ops_common.cc | 81 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in BinaryOpState()
|
D | cwise_ops_common.h | 100 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute() 113 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute() 127 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute() 274 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute() 305 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute()
|
D | constant_op.cc | 249 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute() 296 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute()
|
D | xent_op.cc | 75 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute()
|
D | collective_ops.cc | 284 c->forward_input_or_allocate_output( in ComputeAsyncImpl() 359 c->forward_input_or_allocate_output( in ComputeAsyncImpl() 549 c, c->forward_input_or_allocate_output({0}, 0, input.shape(), &output), in ComputeAsync() 812 c, c->forward_input_or_allocate_output({0}, 0, input.shape(), &output), in ComputeAsync() 941 c->forward_input_or_allocate_output( in ComputeAsync()
|
D | isotonic_regression_op.cc | 189 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute()
|
D | cwise_op_clip.cc | 49 ctx, ctx->forward_input_or_allocate_output({0}, 0, in0.shape(), &out)); in Compute()
|
D | nccl_ops.cc | 101 c, c->forward_input_or_allocate_output({0}, 0, input->shape(), &output), in ComputeAsync()
|
D | bias_op.cc | 128 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute() 330 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute()
|
/external/tensorflow/tensorflow/core/kernels/rnn/ |
D | gru_ops.cc | 125 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute() 307 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute() 313 ctx, ctx->forward_input_or_allocate_output( in Compute()
|
D | lstm_ops.cc | 370 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute() 385 OP_REQUIRES_OK(ctx, ctx->forward_input_or_allocate_output( in Compute() 625 ctx, ctx->forward_input_or_allocate_output( in Compute() 636 ctx, ctx->forward_input_or_allocate_output( in Compute() 641 ctx, ctx->forward_input_or_allocate_output( in Compute() 646 ctx, ctx->forward_input_or_allocate_output( in Compute()
|
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | cholesky_op.cc | 127 context->forward_input_or_allocate_output( in ComputeAsync()
|
D | lu_op.cc | 101 context, context->forward_input_or_allocate_output( in Compute()
|
D | lu_op_gpu.cu.cc | 126 context->forward_input_or_allocate_output( in ComputeAsync()
|
D | matrix_inverse_op.cc | 123 context->forward_input_or_allocate_output( in ComputeAsync()
|
D | matrix_band_part_op.cc | 101 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute()
|
D | matrix_set_diag_op.cc | 160 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute()
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | adjust_hue_op.cc | 70 OP_REQUIRES_OK(context, context->forward_input_or_allocate_output( in Compute()
|