Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 4,071 for config1 (0.19 sec)

  1. tensorflow/compiler/aot/tests/test_graph_tfvariable_readonly.config.pbtxt

    # Text form of tensorflow.tf2xla.Config proto.
    fetch {
      id { node_name: "result" }
    }
    
    variable {
      node_name: "x"
      shape {
      }
      type: DT_FLOAT
      readonly: true
    }
    
    variable {
      node_name: "y"
      shape {
      }
      type: DT_FLOAT
      readonly: true
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 20 20:03:30 UTC 2020
    - 244 bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/tests/test_graph_tfcond.config.pbtxt

    # Text form of tensorflow.tf2xla.Config proto.
    feed {
      id { node_name: "p_hold" }
      shape {}
    }
    feed {
      id { node_name: "x_hold" }
      shape {
        dim { size: 1 }
      }
    }
    feed {
      id { node_name: "y_hold" }
      shape {
        dim { size: 1 }
      }
    }
    fetch {
      id { node_name: "result" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 08 01:00:16 UTC 2018
    - 279 bytes
    - Viewed (0)
  3. cmd/config-encrypted_test.go

    	cred1 := auth.Credentials{
    		AccessKey: "minio",
    		SecretKey: "minio123",
    	}
    
    	cred2 := auth.Credentials{
    		AccessKey: "minio",
    		SecretKey: "minio1234",
    	}
    
    	data := []byte(`config data`)
    	edata1, err := madmin.EncryptData(cred1.String(), data)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	edata2, err := madmin.EncryptData(cred2.String(), data)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 20 00:53:08 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/tests/test_graph_tfvariable_sequential_updates.config.pbtxt

    # Text form of tensorflow.tf2xla.Config proto.
    fetch {
      id { node_name: "result" }
    }
    
    variable {
      node_name: "x"
      type: DT_FLOAT
    }
    
    variable {
      node_name: "y"
      type: DT_FLOAT
      readonly: true
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 25 10:45:51 UTC 2019
    - 199 bytes
    - Viewed (0)
  5. tensorflow/compiler/aot/tests/test_graph_tfmatmul.config.pbtxt

    # Text form of tensorflow.tf2xla.Config proto.
    feed {
      id { node_name: "x_hold" }
      shape {
        dim { size: 2 }
        dim { size: 3 }
      }
    }
    feed {
      id { node_name: "y_hold" }
      shape {
        dim { size: 3 }
        dim { size: 2 }
      }
    }
    fetch {
      id { node_name: "x_y_prod" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 272 bytes
    - Viewed (0)
  6. tensorflow/compiler/aot/tests/test_graph_tfsplits.config.pbtxt

    # Text form of tensorflow.tf2xla.Config proto.
    feed {
      id { node_name: "x" }
      shape {
        dim { size: 2 }
        dim { size: 2 }
      }
    }
    feed {
      id { node_name: "y" }
      shape {
        dim { size: 2 }
        dim { size: 2 }
      }
    }
    fetch {
      id { node_name: "result" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 260 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/representative_dataset_test.cc

      RepresentativeDatasetConfig config_1{};
      config_1.set_signature_key("serving_default");
      *(config_1.mutable_tf_record()->mutable_path()) = "test_path_1";
      representative_dataset_configs.push_back(config_1);
    
      // Signature key is implicitly "serving_default".
      RepresentativeDatasetConfig config_2{};
      *(config_2.mutable_tf_record()->mutable_path()) = "test_path_2";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jan 29 04:53:21 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  8. internal/bucket/encryption/bucket-sse-config.go

    // ParseBucketSSEConfig - Decodes given XML to a valid default bucket encryption config
    func ParseBucketSSEConfig(r io.Reader) (*BucketSSEConfig, error) {
    	var config BucketSSEConfig
    	err := xml.NewDecoder(r).Decode(&config)
    	if err != nil {
    		return nil, err
    	}
    
    	// Validates server-side encryption config rules
    	// Only one rule is allowed on AWS S3
    	if len(config.Rules) != 1 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Oct 25 00:44:15 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/stylesheets/custom-highlight/custom-xslthl-config.xml

      ~ limitations under the License.
      -->
    <xslthl-config>
        <highlighter id="groovy" file="groovy-hl.xml" />
        <highlighter id="java" file="java-hl.xml" />
        <highlighter id="kotlin" file="kotlin-hl.xml" />
        <namespace prefix="xslthl" uri="http://xslthl.sf.net" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 921 bytes
    - Viewed (0)
  10. cmd/admin-handlers-config-kv.go

    			case config.PolicyPluginSubSys:
    				off = !polplugin.Enabled(item.Config)
    			case config.IdentityOpenIDSubSys:
    				off = !openid.Enabled(item.Config)
    			case config.IdentityLDAPSubSys:
    				off = !xldap.Enabled(item.Config)
    			case config.IdentityTLSSubSys:
    				off = !globalIAMSys.STSTLSConfig.Enabled
    			case config.IdentityPluginSubSys:
    				off = !idplugin.Enabled(item.Config)
    			}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 15.7K bytes
    - Viewed (0)
Back to top