MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ConcatV2Grad

Function ConcatV2Grad

tensorflow/cc/gradients/array_grad.cc:551–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551Status ConcatV2Grad(const Scope& scope, const Operation& op,
552 const std::vector<Output>& grad_inputs,
553 std::vector<Output>* grad_outputs) {
554 return ConcatGradHelper(scope, op, grad_inputs, grad_outputs,
555 /*start_value_index=*/0,
556 /*end_value_index=*/op.num_inputs() - 1,
557 /*dim+index=*/op.num_inputs() - 1);
558}
559
560REGISTER_GRADIENT_OP("ConcatV2", ConcatV2Grad);
561

Callers

nothing calls this directly

Calls 2

ConcatGradHelperFunction · 0.70
num_inputsMethod · 0.45

Tested by

no test coverage detected