Home
last modified time | relevance | path

Searched refs:OP_REQUIRES_ASYNC (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op.cc99 OP_REQUIRES_ASYNC( in RunIfBoxIndexIsValid()
139 OP_REQUIRES_ASYNC(context, image.dims() == 4, in ComputeAsync()
147 OP_REQUIRES_ASYNC( in ComputeAsync()
154 OP_REQUIRES_ASYNC(context, crop_size.dims() == 1, in ComputeAsync()
158 OP_REQUIRES_ASYNC( in ComputeAsync()
168 OP_REQUIRES_ASYNC( in ComputeAsync()
373 OP_REQUIRES_ASYNC(context, grads.dims() == 4, in ComputeAsync()
379 OP_REQUIRES_ASYNC( in ComputeAsync()
385 OP_REQUIRES_ASYNC( in ComputeAsync()
390 OP_REQUIRES_ASYNC(context, image_size.dims() == 1, in ComputeAsync()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dcollective_ops.cc62 OP_REQUIRES_ASYNC( in ComputeAsync()
77 OP_REQUIRES_ASYNC(c, !already_cancelled, in ComputeAsync()
364 OP_REQUIRES_ASYNC( in ComputeAsyncImpl()
502 OP_REQUIRES_ASYNC( in ComputeAsync()
512 OP_REQUIRES_ASYNC( in ComputeAsync()
515 OP_REQUIRES_ASYNC( in ComputeAsync()
518 OP_REQUIRES_ASYNC( in ComputeAsync()
631 OP_REQUIRES_ASYNC( in ComputeAsync()
641 OP_REQUIRES_ASYNC(c, group_size.dims() == 0, in ComputeAsync()
646 OP_REQUIRES_ASYNC(c, group_key.dims() == 0, in ComputeAsync()
[all …]
Dbarrier_ops.cc93 OP_REQUIRES_ASYNC( in TryInsertMany()
113 OP_REQUIRES_ASYNC( in TryInsertMany()
143 OP_REQUIRES_ASYNC( in TryInsertMany()
534 OP_REQUIRES_ASYNC( in ComputeAsync()
586 OP_REQUIRES_ASYNC(ctx, TensorShapeUtils::IsScalar(Tnum_elements->shape()), in ComputeAsync()
Ddebug_ops.h718 OP_REQUIRES_ASYNC(
734 OP_REQUIRES_ASYNC(context, stream != nullptr,
761 OP_REQUIRES_ASYNC(context, stream != nullptr,
788 OP_REQUIRES_ASYNC(context, stream != nullptr,
820 OP_REQUIRES_ASYNC(context, stream != nullptr,
853 OP_REQUIRES_ASYNC(context, stream != nullptr,
Dqueue_op.cc214 OP_REQUIRES_ASYNC(ctx, num_elements >= 0, in ComputeAsync()
287 OP_REQUIRES_ASYNC(ctx, num_elements >= 0, in ComputeAsync()
Ddynamic_partition_op_gpu.cu.cc239 OP_REQUIRES_ASYNC( in ComputeAsync()
285 OP_REQUIRES_ASYNC(c, stream, errors::Internal("No GPU stream available."), in ComputeAsync()
303 OP_REQUIRES_ASYNC( in ComputeAsync()
Dcheck_numerics_op.cc223 OP_REQUIRES_ASYNC(context, stream != nullptr, in ComputeAsync()
247 OP_REQUIRES_ASYNC( in ComputeAsync()
Dwhere_op.cc299 OP_REQUIRES_ASYNC( in ComputeAsyncType()
347 OP_REQUIRES_ASYNC( in ComputeAsyncType()
Dfunction_ops.cc215 OP_REQUIRES_ASYNC(ctx, lib != nullptr, in ComputeAsync()
273 OP_REQUIRES_ASYNC(ctx, lib != nullptr, in ComputeAsync()
Dsegment_reduction_ops_impl.h235 OP_REQUIRES_ASYNC( in ComputeAsync()
240 OP_REQUIRES_ASYNC( in ComputeAsync()
264 OP_REQUIRES_ASYNC( in ComputeAsync()
284 OP_REQUIRES_ASYNC(context, output_rows > 0, in ComputeAsync()
Dpartitioned_function_ops.cc88 OP_REQUIRES_ASYNC(ctx, lib != nullptr, in ComputeAsync()
Dsendrecv_ops.cc191 OP_REQUIRES_ASYNC( in ComputeAsync()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_solve_op.cc135 OP_REQUIRES_ASYNC( in ComputeAsync()
139 OP_REQUIRES_ASYNC(context, rhs.dims() == ndims, in ComputeAsync()
144 OP_REQUIRES_ASYNC( in ComputeAsync()
149 OP_REQUIRES_ASYNC(context, rhs.dim_size(ndims - 2) == n, in ComputeAsync()
303 OP_REQUIRES_ASYNC( in ComputeAsync()
345 OP_REQUIRES_ASYNC(context, host_infos[0].data()[i] <= 0, in ComputeAsync()
Ddeterminant_op.cc138 OP_REQUIRES_ASYNC( in ComputeAsync()
142 OP_REQUIRES_ASYNC( in ComputeAsync()
252 OP_REQUIRES_ASYNC( in ComputeAsync()
278 OP_REQUIRES_ASYNC( in ComputeAsync()
282 OP_REQUIRES_ASYNC( in ComputeAsync()
399 OP_REQUIRES_ASYNC( in ComputeAsync()
Dcholesky_op.cc104 OP_REQUIRES_ASYNC( in ComputeAsync()
108 OP_REQUIRES_ASYNC( in ComputeAsync()
201 OP_REQUIRES_ASYNC(context, status.ok(), errors::InvalidArgument(kErrMsg), in ComputeAsync()
Dlu_op_gpu.cu.cc89 OP_REQUIRES_ASYNC( in ComputeAsync()
97 OP_REQUIRES_ASYNC( in ComputeAsync()
245 OP_REQUIRES_ASYNC(context, host_infos[0].data()[i] <= 0, in ComputeAsync()
Dmatrix_inverse_op.cc103 OP_REQUIRES_ASYNC( in ComputeAsync()
107 OP_REQUIRES_ASYNC( in ComputeAsync()
252 OP_REQUIRES_ASYNC( in ComputeAsync()
Dself_adjoint_eig_v2_op_gpu.cc51 OP_REQUIRES_ASYNC( in ComputeAsync()
56 OP_REQUIRES_ASYNC( in ComputeAsync()
Dqr_op_impl.h149 OP_REQUIRES_ASYNC( in ComputeAsync()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dhost_compute_ops.cc79 OP_REQUIRES_ASYNC( in ComputeAsync()
85 OP_REQUIRES_ASYNC( in ComputeAsync()
90 OP_REQUIRES_ASYNC( in ComputeAsync()
102 OP_REQUIRES_ASYNC( in ComputeAsync()
110 OP_REQUIRES_ASYNC( in ComputeAsync()
Dtransfer_ops.cc57 OP_REQUIRES_ASYNC(ctx, !already_cancelled, in ComputeAsync()
/external/tensorflow/tensorflow/core/kernels/sparse/
Ddense_to_csr_sparse_matrix_op.cc163 OP_REQUIRES_ASYNC(c, rank == 2 || rank == 3, in ComputeAsync()
168 OP_REQUIRES_ASYNC( in ComputeAsync()
173 OP_REQUIRES_ASYNC( in ComputeAsync()
206 OP_REQUIRES_ASYNC( in ComputeAsync()
243 OP_REQUIRES_ASYNC( in ComputeAsync()
266 OP_REQUIRES_ASYNC( in ComputeAsync()
Dsparse_tensor_to_csr_sparse_matrix_op.cc129 OP_REQUIRES_ASYNC( in ComputeAsync()
162 OP_REQUIRES_ASYNC( in ComputeAsync()
199 OP_REQUIRES_ASYNC( in ComputeAsync()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgpu_swapping_kernels.cc31 OP_REQUIRES_ASYNC( in ComputeAsync()
64 OP_REQUIRES_ASYNC( in ComputeAsync()
/external/tensorflow/tensorflow/core/framework/
Dop_requires.h72 #define OP_REQUIRES_ASYNC(CTX, EXP, STATUS, CALLBACK) \ macro

12