Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for fn_name (0.49 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      }
    
      auto get_full_op_name = [&](const std::string& op_name) {
        const char* kTfPrefix = "tf.";
        return kTfPrefix + op_name;
      };
    
      std::string op_name = get_full_op_name(node_type_name);
      if (back_edge_node_output_.contains(&node)) {
        op_name = op_name + ".sink";
      }
    
      mlir::OperationState result(GetLocation(node), op_name);
      for (int i = 0; i < node.num_outputs(); ++i) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. src/crypto/x509/verify_test.go

    		currentTime:   1677615892,
    		dnsName:       "www.google.com",
    
    		expectedChains: [][]string{
    			{"www.google.com", "GTS CA 1C3", "GTS Root R1"},
    		},
    	},
    	{
    		name:          "Valid (fqdn)",
    		leaf:          googleLeaf,
    		intermediates: []string{gtsIntermediate},
    		roots:         []string{gtsRoot},
    		currentTime:   1677615892,
    		dnsName:       "www.google.com.",
    
    		expectedChains: [][]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  3. pkg/controller/statefulset/stateful_set_control_test.go

    	}
    
    	for _, testCase := range testCases {
    		fnName := runtime.FuncForPC(reflect.ValueOf(testCase.fn).Pointer()).Name()
    		if i := strings.LastIndex(fnName, "."); i != -1 {
    			fnName = fnName[i+1:]
    		}
    		testObj := testCase.obj
    		testFn := testCase.fn
    		runTestOverPVCRetentionPolicies(
    			t,
    			fmt.Sprintf("%s/Monotonic", fnName),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  4. src/crypto/x509/x509_test.go

    	}
    	testURL.RawQuery = "∞"
    
    	marshalTests := []struct {
    		name          string
    		template      *Certificate
    		expectedError string
    	}{
    		{
    			name: "marshal: unicode dNSName",
    			template: &Certificate{
    				SerialNumber: big.NewInt(0),
    				DNSNames:     []string{"∞"},
    			},
    			expectedError: "x509: \"∞\" cannot be encoded as an IA5String",
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    address is an IP, the captureMode option dictates how traffic to the listener is expected to be captured (or not). enum: - DEFAULT - IPTABLES - NONE type: string hosts: description: One or more service hosts exposed by the listener in `namespace/dnsName` format. items: type: string type: array port: description: The port associated with the listener. properties: name: description: Label assigned to the port. type: string number: description: A valid non-negative integer port number. type: integer...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top