Home
last modified time | relevance | path

Searched refs:input_ref_mutex (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/contrib/input_pipeline/kernels/
Dinput_pipeline_kernels.cc42 OP_REQUIRES_OK(ctx, ctx->input_ref_mutex("counter", &mu)); in Compute()
/external/tensorflow/tensorflow/core/kernels/
Dassign_op.h64 mutex_lock l(*context->input_ref_mutex(0)); in Compute()
Dcount_up_to_op.cc34 mutex_lock l(*context->input_ref_mutex(0)); in Compute()
Dscatter_op.cc87 mutex_lock l(*c->input_ref_mutex(0)); in Compute()
166 mutex_lock l(*c->input_ref_mutex(0)); in Compute()
Ddense_update_ops.cc61 mutex_lock l(*context->input_ref_mutex(0)); in Compute()
Dtraining_op_helpers.h126 return ctx->input_ref_mutex(input); in GetTrainingVariableMutex()
Dlookup_util.cc258 TF_RETURN_IF_ERROR(ctx->input_ref_mutex(input_name, &mu)); in GetTableHandle()
Dscatter_nd_op.cc256 mutex_lock l(*c->input_ref_mutex(0)); in Compute()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc387 Status OpKernelContext::input_ref_mutex(StringPiece name, mutex** out_mutex) { in input_ref_mutex() function in tensorflow::OpKernelContext
395 *out_mutex = input_ref_mutex(start); in input_ref_mutex()
418 tf_shared_lock l(*input_ref_mutex(index)); in mutable_input()
434 mutex_lock l(*input_ref_mutex(index)); in replace_ref_input()
588 mutex_lock l(*input_ref_mutex(index)); in delete_ref_input()
610 tf_shared_lock l(*input_ref_mutex(start)); in mutable_input()
Dop_kernel.h738 Status input_ref_mutex(StringPiece name, mutex** out_mutex);
1181 mutex* input_ref_mutex(int index);
1556 inline mutex* OpKernelContext::input_ref_mutex(int index) { in input_ref_mutex() function
1643 return ctx_->input_ref_mutex(start_ + i); in ref_mutex()
Dresource_mgr.h536 TF_RETURN_IF_ERROR(ctx->input_ref_mutex(input_name, &mu));
/external/tensorflow/tensorflow/contrib/framework/kernels/
Dzero_initializer_op.cc42 mutex_lock l(*ctx->input_ref_mutex(0)); in Compute()