Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for _xla (0.03 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	0x00, 0x00,
    }
    
    const (
    	_001 = 1
    	_419 = 31
    	_BR  = 65
    	_CA  = 73
    	_ES  = 111
    	_GB  = 124
    	_MD  = 189
    	_PT  = 239
    	_UK  = 307
    	_US  = 310
    	_ZZ  = 358
    	_XA  = 324
    	_XC  = 326
    	_XK  = 334
    )
    
    // isoRegionOffset needs to be added to the index of regionISO to obtain the regionID
    // for 2-letter ISO codes. (The first isoRegionOffset regionIDs are reserved for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    }
    
    // -----
    
    // Test tf.Min with complex numbers.
    // Previous versions of tensorflow said complex numbers were allowed with
    // tf.Min even though it doesn't make sense. The legalization of tf to xla
    // requires that complex types are not allowed in tf.Min, so we have an
    // explicit unit here to make sure that invariant is enforced.
    func.func @testMinComplex(%arg0: tensor<4x8xcomplex<f32>>) -> tensor<4x1xcomplex<f32>> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
Back to top