Searched defs:GetTrainingVariableMutex (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dtraining_op_helpers.cc20 mutex* GetTrainingVariableMutex(OpKernelContext* ctx, int input) { function in namespace:tensorflow
49 mutex* mutex = GetTrainingVariableMutex(ctx, input);
60 mutex* mu = GetTrainingVariableMutex(ctx, input);

Completed in 501 milliseconds