Values less equal
- operators.val.values_less_equal(client, infile1='in.npy', infile2='in.npy', outfile='out.npy', dtype='float', instance_type='x2large')
- Elementwiese less equal operator on a matrix.
- values_less_equal( client,infile1=’in.npy’,infile2=’in.npy’,outfile=’out.npy’,dtype=’float’,instance_type=’x2large’ )
- Parameters:
infile1 – Input file path
infile2 – Input file path
outfile – Output file path
dtype – Data type of the matrix (default: float)
instance_type – type of cloud instance used for processing