Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for null_type (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/c/c_api_unified_experimental_mlir.cc

        return ptr->getKind() == kMlir;
      }
    
      // Return default (TFT_UNSET) full type information. This could be updated in
      // the future if full type information is needed.
      tensorflow::FullTypeDef FullType() const override {
        return tensorflow::FullTypeDef();
      }
    
     private:
      Value value_;
    };
    
    class MlirFunctionContext;
    
    class MlirAbstractOp : public TracingOperation {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc.go

    			}
    		default:
    			return nil, fmt.Errorf("expression must return a string or a list of strings")
    		}
    
    		if len(result) == 0 {
    			return nil, nil
    		}
    
    		return result, nil
    	case celgo.NullType.TypeName():
    		return nil, nil
    	default:
    		return nil, fmt.Errorf("expression must return a string or a list of strings")
    	}
    }
    
    // messageFunc is a function that returns a message for a validation rule.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 19:29:33 UTC 2024
    - 37.9K bytes
    - Viewed (0)
  3. src/cmd/internal/dwarf/dwarf.go

    		DW_CHILDREN_no,
    
    		// No name!
    		[]dwAttrForm{
    			{DW_AT_type, DW_FORM_ref_addr},
    			{DW_AT_count, DW_FORM_udata},
    		},
    	},
    
    	// Below here are the types considered public by ispubtype
    	/* NULLTYPE */
    	{
    		DW_TAG_unspecified_type,
    		DW_CHILDREN_no,
    		[]dwAttrForm{
    			{DW_AT_name, DW_FORM_string},
    		},
    	},
    
    	/* BASETYPE */
    	{
    		DW_TAG_base_type,
    		DW_CHILDREN_no,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 15:23:18 UTC 2024
    - 43K bytes
    - Viewed (0)
  4. src/database/sql/sql_test.go

    		t.Errorf("error = %q; want %q", err, want)
    	}
    }
    
    type nullTestRow struct {
    	nullParam    any
    	notNullParam any
    	scanNullVal  any
    }
    
    type nullTestSpec struct {
    	nullType    string
    	notNullType string
    	rows        [6]nullTestRow
    }
    
    func TestNullStringParam(t *testing.T) {
    	spec := nullTestSpec{"nullstring", "string", [6]nullTestRow{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  5. RELEASE.md

    *   Fixes an integer overflow in math ops ([CVE-2022-36015](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36015))
    *   Fixes a `CHECK`-fail in `tensorflow::full_type::SubstituteFromAttrs` ([CVE-2022-36016](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36016))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/nu7hatch/gouuid,v0.0.0-20131221200532-179d4d0c4d8d,h1:VhgPp6v9qf9Agr/56bj7Y/xa04UccTW04VP0Qed4vnQ=,0889a0ac13cfa9f32f986a88a82bb24380070932299131ae7d7180a389d08ca7
    github.com/nullstyle/go-xdr,v0.0.0-20180726165426-f4c839f75077,h1:A804awGqaW7i61y8KnbtHmh3scqbNuTJqcycq3u5ZAU=,0ab4f958f0420027d40b53c98bcb8f3cbe1e106dfb49d3e91415cb1c512a552c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
  7. test-site/activator-launch-1.3.2.jar

    private final AnyValManifest Boolean; private final AnyValManifest Unit; private final Class scala$reflect$ManifestFactory$$ObjectTYPE; private final Class scala$reflect$ManifestFactory$$NothingTYPE; private final Class scala$reflect$ManifestFactory$$NullTYPE; private final Manifest Any; private final Manifest Object; private final Manifest AnyRef; private final Manifest AnyVal; private final Manifest Null; private final Manifest Nothing; public static void <clinit>(); public final AnyValManifest Byte();...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top