Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_conditional_accumulator.h382 OP_REQUIRES_BOOLEAN( in GetAndValidateTensorInputForApplyGrad()
388 OP_REQUIRES_BOOLEAN( in GetAndValidateTensorInputForApplyGrad()
391 OP_REQUIRES_BOOLEAN(ctx, grad_val_tensor->dim_size(0) == nnz, in GetAndValidateTensorInputForApplyGrad()
Dconditional_accumulator_base.h165 #define OP_REQUIRES_BOOLEAN(CTX, EXP, STATUS) \ macro