Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mpscnnaddgradient(3) [mojave man page]

MPSCNNAddGradient(3)					 MetalPerformanceShaders.framework				      MPSCNNAddGradient(3)

NAME
MPSCNNAddGradient SYNOPSIS
#import <MPSCNNMath.h> Inherits MPSCNNArithmeticGradient. Instance Methods (nonnull instancetype) - initWithDevice: Additional Inherited Members Detailed Description This depends on Metal.framework. Specifies the addition gradient operator. This arithmetic gradient filter requires the following inputs: gradient image from the previous layer (going backwards) and either the primary or the secondary source image from the forward pass. You will need a separate filter for the primary and secondary source images. Without broadcasting, the arithmetic add gradient operation is a copy operation on the input gradient image. It is the same operation for both the primary and secondary source images (for x + y, d/dx(x + y) = 1, d/dy(x + y) = 1). This copy operation can be optimized away by the graph interface. Setting the broadcasting parameters results in a reduction operation (sum) across all of the applicable broadcasting dimensions (rows, columns, feature channels, or any combination thereof) to produce the destination image of the size that matches the primary/secondary input images used in the forward pass. Method Documentation - (nonnull instancetype) initWithDevice: (nonnull id< MTLDevice >) device Initialize the addition gradient operator. Parameters: device The device the filter will run on. Returns: A valid MPSCNNAddGradient object or nil, if failure. Reimplemented from MPSCNNArithmeticGradient. Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSCNNAddGradient(3)

Check Out this Related Man Page

MPSCNNMultiplyGradient(3)				 MetalPerformanceShaders.framework				 MPSCNNMultiplyGradient(3)

NAME
MPSCNNMultiplyGradient SYNOPSIS
#import <MPSCNNMath.h> Inherits MPSCNNArithmeticGradient. Instance Methods (nonnull instancetype) - initWithDevice: Additional Inherited Members Detailed Description This depends on Metal.framework. Specifies the multiplication gradient operator. This arithmetic gradient filter requires the following inputs: gradient image from the previous layer (going backwards) and either the primary or the secondary source image from the forward pass. You will need a separate filter for the primary and secondary source images. Without broadcasting, the arithmetic multiply gradient operation is an element-wise multiplication operation between the gradient image from the previous layer (going backwards) and: o The secondary source image from the forward pass for the primary source filter (for x * y, d/dx(x * y) = y). o The primary source image from the forward pass for the secondary source filter (for x * y, d/dy(x * y) = x). Setting the broadcasting parameters results in a reduction operation (sum) across all of the applicable broadcasting dimensions (rows, columns, feature channels, or any combination thereof) to produce the destination image of the size that matches the primary/secondary input images used in the forward pass. Method Documentation - (nonnull instancetype) initWithDevice: (nonnull id< MTLDevice >) device Initialize the multiplication gradient operator. Parameters: device The device the filter will run on. Returns: A valid MPSCNNMultiplyGradient object or nil, if failure. Reimplemented from MPSCNNArithmeticGradient. Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSCNNMultiplyGradient(3)
Man Page

8 More Discussions You Might Find Interesting

1. IP Networking

Setting primary ip address with ifconfig

Hello, I have a server with two ip addresses. I need to make the ip address that's currently the secondary the primary. How do I use the ifconfig command and primary option? Thanks. (5 Replies)
Discussion started by: pmichner
5 Replies

2. UNIX for Advanced & Expert Users

primary-secondary sync problem

hi guys, i am new to this DNS business and i'm having a problem. the setup is bind 9.2.3 is installed on a sun solaris 8 server and is the primary DNS. men and mice suite is installed on another sun solaris 8 and that is our secondary DNS server. problem is recently the secondary DNS stopped... (0 Replies)
Discussion started by: mbannout
0 Replies

3. UNIX for Dummies Questions & Answers

Synchronizing primary and secondary name servers

Hello All, Does some one know how to synchronize the primary name server with the secondary without knowing the domains on which synchronization failed. I have just done /usr/sbin/ndc reload Alternatively how do i find out the domains on which synchronization failed? (4 Replies)
Discussion started by: a2z1982
4 Replies

4. AIX

Slow FTP response on WAN

Hi All. We are using AIX 5.3 ML9. There is 1 Gig NIC installed on two servers (Primary and Secondary) with Full Duplex Mode. We have scheduled a cronjob to copy the backup from primary to secondary thru FTP on WAN. The total data size is 15 GB and it took 9 Hours and 18 Mins with transfer rate... (6 Replies)
Discussion started by: lodhi1978
6 Replies

5. AIX

known_hosts passwordless access

Dears i have one primary server and 4 secondary server i need to access all my secondary servers from the primary server without using the password how do i configure the known_hosts to do this . (1 Reply)
Discussion started by: thecobra151
1 Replies

6. UNIX for Advanced & Expert Users

problem with piranha take over even though piramy is active

we are using piranha piranha-0.7.0.1-1 there is a problem with it even the primary node is active the secondary assumes the primary is dead here are the logs # grep -i pulse /var/log/messages* /var/log/messages.1:Nov 21 10:53:05 loadbalancer2 pulse: partner dead: activating lvs... (0 Replies)
Discussion started by: robo
0 Replies

7. What is on Your Mind?

Home broadcasting station

Hi all, I have been searching application for setup a home broadcasting station via Internet. Follows are my search result; Freevo, GeeXboX, Auto-RadioX, Red5, CeBIT, Open Broadcaster etc. I haven't had any experience on their selection. Please shed me some light. Besides where can I find... (3 Replies)
Discussion started by: satimis
3 Replies

8. Shell Programming and Scripting

Help with identify gradient and the coefficient of determination of a straight line

Hi, Do anybody experience using awk or perl command to identify gradient of a straight line and The coefficient of determination/R-square value of a chart (R2) ? Below is my input file : t1 2 3 5 8 t2 0 2 0 2 t3 1 1 1 1 t4 50 70 80 90 . . . Desired Output : t1 2 3 5 8 0.6986... (10 Replies)
Discussion started by: perl_beginner
10 Replies