Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for okValues (0.12 sec)

  1. operator/pkg/util/reflect_test.go

    		function func(v reflect.Value) bool
    		okValues []any
    	}{
    		{
    			desc:     "IsValuePtr",
    			function: IsValuePtr,
    			okValues: []any{&testInt, &testStruct, &testSlice, &testMap},
    		},
    		{
    			desc:     "IsValueStruct",
    			function: IsValueStruct,
    			okValues: []any{testStruct},
    		},
    		{
    			desc:     "IsValueInterface",
    			function: IsValueInterface,
    			okValues: []any{},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 10.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/utils/tftext_utils.cc

                 << "Output " << kValues << " should be a string tensor";
        }
    
        if (input_values.hasRank() && output_values.hasRank() &&
            input_values.getRank() != output_values.getRank()) {
          return func.emitError() << "Input " << kValues << " and output "
                                  << kValues << " should have the same rank";
        }
      } else {
        auto input_values = GetInputType(func, kValues);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top