Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for True1 (0.03 sec)

  1. src/encoding/xml/xml_test.go

    	Uintptr:   11,
    	Float32:   13.0,
    	Float64:   14.0,
    	String:    "15",
    	PtrString: &sixteen,
    }
    
    var sixteen = "16"
    
    const testScalarsInput = `<allscalars>
    	<True1>true</True1>
    	<True2>1</True2>
    	<False1>false</False1>
    	<False2>0</False2>
    	<Int>1</Int>
    	<Int8>-2</Int8>
    	<Int16>3</Int16>
    	<Int32>-4</Int32>
    	<Int64>5</Int64>
    	<Uint>6</Uint>
    	<Uint8>7</Uint8>
    	<Uint16>8</Uint16>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      // CHECK: %[[FALSE5:.*]] = tfl.logical_and(%arg1, %[[CST_FALSE3]]) : (tensor<2x3xi1>, tensor<2x1xi1>) -> tensor<2x3xi1>
      // CHECK: %[[TRUE1:.*]] = tfl.logical_and(%arg0, %[[CST_TRUE1]]) : (tensor<1xi1>, tensor<2x3xi1>) -> tensor<2x3xi1>
      // CHECK: %[[MIXED0:.*]] = tfl.logical_and(%arg0, %[[CST_MIXED]]) : (tensor<1xi1>, tensor<2x3xi1>) -> tensor<2x3xi1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top