Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for werde (0.25 sec)

  1. RELEASE.md

    *  In the `keras` PyPI package, accessible symbols are now restricted to symbols that are intended to be public. This may affect your code if you were using `import keras` and you used `keras` functions that were not public APIs, but were accessible in earlier versions with direct imports. In those cases, please use the following guideline:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		if len(missing) > 0 {
    			t.Errorf("the following fields were expected, but missing from the result. "+
    				"If the field has been removed, please remove it from the osNeutralFields set "+
    				"or remove it from the osSpecificFields set, as appropriate:\n%s",
    				strings.Join(missing.List(), "\n"))
    		}
    		if len(unexpected) > 0 {
    			t.Errorf("the following fields were in the result, but unexpected. "+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let arguments = (ins
        Arg<TF_VariantTensor, [{A variant tensor representing the input dataset.}]>:$input_dataset,
        Arg<Variadic<TF_Tensor>, [{A list of tensors, typically values that were captured when building a closure
    for `f`.}]>:$other_arguments,
        Arg<TF_Int64Tensor, [{A scalar representing the number of elements to accumulate in a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top