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

  /external/tensorflow/tensorflow/core/ops/
math_grad.cc 342 Status ImagGrad(const AttrSlice& attrs, FunctionDef* g) {
350 REGISTER_OP_GRADIENT("Imag", ImagGrad);
  /external/tensorflow/tensorflow/cc/gradients/
math_grad.cc 557 Status ImagGrad(const Scope& scope, const Operation& op,
565 REGISTER_GRADIENT_OP("Imag", ImagGrad);
    [all...]

Completed in 539 milliseconds