Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for has_func (0.19 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      //    XlaRecvAtHost/XlaSendFromHost) to sequencer node.
      // c) Clear node_def.device(), so device placer won't get confused.
      for (const string& host_func : outside_compilation_host_graphs) {
        VLOG(4) << "Expanding host graph " << host_func;
        // Temporarily use "0" as "_device_ordinal". It will be reset to placeholder
        // value after we expanded all host graphs. We cannot just use placeholder
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  2. src/crypto/x509/x509_test.go

    					parsedCRL.AuthorityKeyId, tc.issuer.SubjectKeyId)
    			}
    		})
    	}
    }
    
    func TestRSAPSAParameters(t *testing.T) {
    	generateParams := func(hashFunc crypto.Hash) []byte {
    		var hashOID asn1.ObjectIdentifier
    
    		switch hashFunc {
    		case crypto.SHA256:
    			hashOID = oidSHA256
    		case crypto.SHA384:
    			hashOID = oidSHA384
    		case crypto.SHA512:
    			hashOID = oidSHA512
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    }
    
    // -----
    
    func.func @testXlaHostComputeMlir(%arg0: tensor<2xf32>) -> () {
      // expected-error @+1 {{'host_mlir_module' does not contain 'host_func' function}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

        // CHECK:          "tf_device.cluster"
        // CHECK:            %[[HOST_OUTPUT:[0-9]*]] = "tf._XlaHostComputeMlir"()
        // CHECK-SAME:       host_mlir_module = "module  {\0A  func.func @host_func() -> tensor<?xi32> {\0A    %0 = \22tf.B\22() {_xla_outside_compilation = \22cluster1\22} : () -> tensor<?xi32> loc(#loc1)\0A    return %0 : tensor<?xi32> loc(#loc1)\0A  }
        // CHECK:            "tf.C"(%[[HOST_OUTPUT]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        // CHECK-SAME: tensor<2xf32>
        %0 = "tf._XlaHostComputeMlir"(%arg0) {recv_key = "host_compute_channel_recv", send_key = "host_compute_channel_send", tpu_core = 0, host_mlir_module = "module  {\0A  func.func @host_func(%arg0: tensor<*xf32>) -> tensor<*xf32> {\0A    %0 = \22tf.Identity\22(%arg0) {_xla_outside_compilation = \22cluster1\22} : (tensor<*xf32>) -> tensor<*xf32> \0A    return %0 : tensor<*xf32> \0A  } \0A} \0A"} : (tensor<2xf32>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
Back to top