Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc786 bool IsPinnableOp(const string& op_type) { in IsPinnableOp() function
822 ctx->PinSmallOpsToCPU() && !op->is_function() && IsPinnableOp(op->Name()); in MaybeUpdateOpDevice()