Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for REFLECT (0.17 sec)

  1. pkg/apis/core/validation/validation_test.go

    	if pathStr := path.String(); len(pathStr) > 0 && skipRecurseList.Has(pathStr) {
    		return sets.NewString(pathStr)
    	}
    
    	paths := sets.NewString()
    	switch tp.Kind() {
    	case reflect.Pointer:
    		paths.Insert(collectResourcePaths(t, skipRecurseList, tp.Elem(), path).List()...)
    	case reflect.Struct:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.reflect.validation.ReplayingTypeValidationContext> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ReplayingTypeValidationContext.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  3. RELEASE.md

    *   `tf.distribute`:
    
        *   Rename `experimental_prefetch_to_device` in `tf.distribute.InputOptions`
            to `experimental_fetch_to_device` to better reflect the purpose.
    
    *   `tf.lite`:
    
        *   class `tflite::Subgraph`:
            *   Removed the `tensors()` method and the non-const overload of the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_I32OrI64Tensor, [{A two-column matrix specifying the padding sizes. The number of
    rows must be the same as the rank of `input`.}]>:$paddings,
    
        TF_AnyStrAttrOf<["REFLECT", "SYMMETRIC"]>:$mode
      );
    
      let results = (outs
        Res<TF_Tensor, [{The padded tensor.}]>:$output
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"WalkDir", Func, 16},
    		{"WalkFunc", Type, 0},
    	},
    	"plugin": {
    		{"(*Plugin).Lookup", Method, 8},
    		{"Open", Func, 8},
    		{"Plugin", Type, 8},
    		{"Symbol", Type, 8},
    	},
    	"reflect": {
    		{"(*MapIter).Key", Method, 12},
    		{"(*MapIter).Next", Method, 12},
    		{"(*MapIter).Reset", Method, 18},
    		{"(*MapIter).Value", Method, 12},
    		{"(*ValueError).Error", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top