HomeSort by relevance Sort by last modified time
    Searched refs:use_exclusive_lock_ (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
assign_op.h 27 // TODO(jeff): Get rid of use_exclusive_lock_ option
34 context->GetAttr("use_locking", &use_exclusive_lock_));
100 if (use_exclusive_lock_) {
116 if (use_exclusive_lock_) {
133 bool use_exclusive_lock_; member in class:tensorflow::AssignOp
training_ops.cc 402 OP_REQUIRES_OK(ctx, ctx->GetAttr("use_locking", &use_exclusive_lock_));
407 MaybeLockVariableInputMutexesInOrder(ctx, use_exclusive_lock_, {0});
410 ctx, 0, use_exclusive_lock_, false, &var));
435 bool use_exclusive_lock_; member in class:tensorflow::ApplyGradientDescentOp
443 OP_REQUIRES_OK(ctx, ctx->GetAttr("use_locking", &use_exclusive_lock_));
448 MaybeLockVariableInputMutexesInOrder(ctx, use_exclusive_lock_, {0});
451 ctx, 0, use_exclusive_lock_, false, &var));
481 bool use_exclusive_lock_; member in class:tensorflow::ApplyGradientDescentOp
535 OP_REQUIRES_OK(ctx, ctx->GetAttr("use_locking", &use_exclusive_lock_));
540 if (use_exclusive_lock_ && mu != nullptr)
558 bool use_exclusive_lock_; member in class:tensorflow::ApplyAdadeltaOp
806 bool use_exclusive_lock_; member in class:tensorflow::SparseApplyAdadeltaOp
882 bool use_exclusive_lock_; member in class:tensorflow::ApplyProximalGradientDescentOp
1025 bool use_exclusive_lock_; member in class:tensorflow::SparseApplyProximalGradientDescentOp
1094 bool use_exclusive_lock_; member in class:tensorflow::ApplyAdagradOp
1201 bool use_exclusive_lock_; member in class:tensorflow::ApplyProximalAdagradOp
1344 bool use_exclusive_lock_; member in class:tensorflow::SparseApplyAdagradOp
1522 bool use_exclusive_lock_; member in class:tensorflow::SparseApplyProximalAdagradOp
1624 bool use_exclusive_lock_; member in class:tensorflow::ApplyAdagradDAOp
1818 bool use_exclusive_lock_; member in class:tensorflow::SparseApplyAdagradDAOp
1946 bool use_exclusive_lock_; member in class:tensorflow::ApplyFtrlOp
2212 bool use_exclusive_lock_; member in class:tensorflow::SparseApplyFtrlOp
2318 bool use_exclusive_lock_; member in class:tensorflow::ApplyMomentumOp
2454 bool use_exclusive_lock_; member in class:tensorflow::SparseApplyMomentumOp
2566 bool use_exclusive_lock_; member in class:tensorflow::ApplyAdamOp
2683 bool use_exclusive_lock_; member in class:tensorflow::ApplyAdamOp
2819 bool use_exclusive_lock_; member in class:tensorflow::ApplyRMSPropOp
2912 bool use_exclusive_lock_; member in class:tensorflow::ApplyCenteredRMSPropOp
3104 bool use_exclusive_lock_; member in class:tensorflow::SparseApplyRMSPropOp
3245 bool use_exclusive_lock_; member in class:tensorflow::SparseApplyCenteredRMSPropOp
3339 bool use_exclusive_lock_; member in class:tensorflow::ApplyAddSignOp
3444 bool use_exclusive_lock_; member in class:tensorflow::ApplyPowerSignOp
    [all...]
dense_update_ops.cc 44 // TODO(jeff): Get rid of use_exclusive_lock_ option
50 context->GetAttr("use_locking", &use_exclusive_lock_));
60 if (use_exclusive_lock_) {
70 Tensor Tparams = context->mutable_input(0, use_exclusive_lock_);
85 bool use_exclusive_lock_; member in class:tensorflow::DenseUpdateOp
scatter_op.cc 80 OP_REQUIRES_OK(c, c->GetAttr("use_locking", &use_exclusive_lock_));
84 if (use_exclusive_lock_) {
94 bool use_exclusive_lock_; member in class:tensorflow::ScatterUpdateOp
97 Tensor params = c->mutable_input(0, use_exclusive_lock_);
144 OP_REQUIRES_OK(c, c->GetAttr("use_locking", &use_exclusive_lock_));
148 if (use_exclusive_lock_) {
158 bool use_exclusive_lock_; member in class:tensorflow::ScatterUpdateOp
161 Tensor params = c->mutable_input(0, use_exclusive_lock_);
scatter_nd_op.cc 94 OP_REQUIRES_OK(c, c->GetAttr("use_locking", &use_exclusive_lock_));
97 use_exclusive_lock_ = false;
103 if (use_exclusive_lock_) {
111 } else if (use_exclusive_lock_) {
124 bool use_exclusive_lock_; member in class:tensorflow::ScatterNdUpdateOp
136 if (!use_exclusive_lock_) {
146 params = c->mutable_input(0, use_exclusive_lock_);

Completed in 144 milliseconds