Home | History | Annotate | Download | only in gradients

Lines Matching defs:product

717   // The product of all entries in a tensor's shape is the total
838 // The gradient can be expressed by dividing the product by each entry of
1049 auto product = op.output(0);
1053 TF_RETURN_IF_ERROR(GetNodeAttr(product.node()->attrs(), attr_adj_x, &ta));
1054 TF_RETURN_IF_ERROR(GetNodeAttr(product.node()->attrs(), attr_adj_y, &tb));