Searched refs:OP_REQUIRES_BOOLEAN (Results 1 – 2 of 2) sorted by relevance
382 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()
165 #define OP_REQUIRES_BOOLEAN(CTX, EXP, STATUS) \ macro