Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fake0 (0.21 sec)

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

    			}
    		})
    	}
    }
    
    func TestPVCVolumeMode(t *testing.T) {
    	block := core.PersistentVolumeBlock
    	file := core.PersistentVolumeFilesystem
    	fake := core.PersistentVolumeMode("fake")
    	empty := core.PersistentVolumeMode("")
    
    	// Success Cases
    	successCasesPVC := map[string]*core.PersistentVolumeClaim{
    		"valid block value":      createTestVolModePVC(&block),
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      let results = (outs
        Res<TF_Tensor, [{    \"Fake\" output value. This should not be consumed by another op.}]>:$output
      );
    
      TF_DerivedResultTypeAttr dtype = TF_DerivedResultTypeAttr<0>;
    }
    
    def TF_FakeQuantWithMinMaxArgsOp : TF_Op<"FakeQuantWithMinMaxArgs", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = [{
    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