Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,622 for variable1 (0.17 sec)

  1. tensorflow/c/experimental/saved_model/core/tf_saved_model_api.cc

                                        Variable** variable) {
      absl::optional<int> node =
          internal::FindNodeAtPath(variable_path, bundle_.saved_object_graph());
      if (!node.has_value()) {
        return errors::NotFound("No saved object found at path ", variable_path);
      }
    
      auto variables_iter = revived_objects_.variables.find(*node);
      if (variables_iter == revived_objects_.variables.end()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 09:34:33 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. tensorflow/cc/experimental/libtf/tests/testdata/data-structure-model/variables/variables.index

    Andrew Selle <******@****.***> 1626368051 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 15 16:58:38 UTC 2021
    - 252 bytes
    - Viewed (0)
  3. tensorflow/c/experimental/saved_model/internal/testdata/UninitializedVariable/variables/variables.index

    Cesar Crusius <******@****.***> 1600465089 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 18 21:52:55 UTC 2020
    - 208 bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/testdata/fuzz_generated/bad_node_attr/variables/variables.index

    Mihai Maruseac <******@****.***> 1600467057 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 18 22:17:30 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/variables/variables.index

    Li Lao <******@****.***> 1481605891 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 13 05:22:48 UTC 2016
    - 151 bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/testdata/half_plus_two_v2/00000123/variables/variables.index

    Katherine Wu <******@****.***> 1543456517 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 29 01:58:54 UTC 2018
    - 151 bytes
    - Viewed (0)
  7. tensorflow/cc/saved_model/testdata/AssetModule/variables/variables.index

    Brian Zhao <******@****.***> 1600463378 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 18 21:29:39 UTC 2020
    - 144 bytes
    - Viewed (0)
  8. src/go/types/assignments.go

    	if len(newVars) == 0 && !hasErr {
    		check.softErrorf(pos, NoNewVar, "no new variables on left side of :=")
    		return
    	}
    
    	// declare new variables
    	// spec: "The scope of a constant or variable identifier declared inside
    	// a function begins at the end of the ConstSpec or VarSpec (ShortVarDecl
    	// for short variable declarations) and ends at the end of the innermost
    	// containing block."
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  9. tensorflow/cc/saved_model/testdata/fuzz_generated/negative_shape/variables/variables.index

    Mihai Maruseac <******@****.***> 1598912283 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 31 22:25:33 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  10. tensorflow/cc/saved_model/testdata/half_plus_two_main_op/00000123/variables/variables.index

    Sukriti Ramesh <******@****.***> 1490034462 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 20 18:45:50 UTC 2017
    - 151 bytes
    - Viewed (0)
Back to top