Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.cc425 Status OpKernelContext::input_ref_mutex(StringPiece name, mutex** out_mutex) { in input_ref_mutex() function in tensorflow::OpKernelContext
428 *out_mutex = input_ref_mutex(index); in input_ref_mutex()
449 tf_shared_lock l(*input_ref_mutex(index)); in mutable_input()
464 mutex_lock l(*input_ref_mutex(index)); in replace_ref_input()
634 mutex_lock l(*input_ref_mutex(index)); in delete_ref_input()
651 tf_shared_lock l(*input_ref_mutex(index)); in mutable_input()
H A Dop_kernel.h750 Status input_ref_mutex(StringPiece name, mutex** out_mutex);
1173 mutex* input_ref_mutex(int index);
1586 inline mutex* OpKernelContext::input_ref_mutex(int index) { in input_ref_mutex() function
1623 return ctx_->input_ref_mutex(start_ + i); in ref_mutex()
H A Dref_var.cc48 mutex_lock l(*context->input_ref_mutex(input_ref_index)); in AssignRefVariable()
H A Dresource_mgr.h748 TF_RETURN_IF_ERROR(ctx->input_ref_mutex(input_name, &mu));
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcount_up_to_op.cc35 mutex_lock l(*context->input_ref_mutex(0)); in Compute()
H A Ddense_update_ops.cc61 mutex_lock l(*context->input_ref_mutex(0)); in Compute()
H A Dscatter_op.cc91 mutex_lock l(*c->input_ref_mutex(0)); in Compute()
H A Dtraining_op_helpers.h126 return ctx->input_ref_mutex(input); in GetTrainingVariableMutex()
H A Dlookup_util.cc271 TF_RETURN_IF_ERROR(ctx->input_ref_mutex(input_name, &mu)); in GetTableHandle()
H A Dscatter_nd_op.cc264 mutex_lock l(*c->input_ref_mutex(0)); in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dkernels_experimental.cc168 return cc_ctx->input_ref_mutex(input); in GetTrainingVariableMutex()