Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _gen_uninitialized_variable (0.19 sec)

  1. tensorflow/c/experimental/saved_model/internal/testdata/gen_saved_models.py

    from tensorflow.python.ops import resource_variable_ops
    from tensorflow.python.ops import variables
    from tensorflow.python.ops import while_loop
    from tensorflow.python.saved_model import saved_model
    
    
    def _gen_uninitialized_variable(base_dir):
      """Generates a saved model with an uninitialized variable."""
    
      class SubModule(module.Module):
        """A module with an UninitializedVariable."""
    
        def __init__(self):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 06 21:32:57 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top