HomeSort by relevance Sort by last modified time
    Searched defs:input_ref_mutex (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/framework/
op_kernel.cc 349 Status OpKernelContext::input_ref_mutex(StringPiece name, mutex** out_mutex) { function in class:tensorflow::OpKernelContext
357 *out_mutex = input_ref_mutex(start);
380 mutex_lock l(*input_ref_mutex(index));
396 mutex_lock l(*input_ref_mutex(index));
520 mutex_lock l(*input_ref_mutex(index));
542 mutex_lock l(*input_ref_mutex(start));
    [all...]
op_kernel.h 618 // mutex_lock lock(*context->input_ref_mutex(index));
622 Status input_ref_mutex(StringPiece name, mutex** out_mutex);
1360 inline mutex* OpKernelContext::input_ref_mutex(int index) { function in class:tensorflow::OpKernelContext
    [all...]

Completed in 485 milliseconds