Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DataStructureModel (0.3 sec)

  1. tensorflow/cc/experimental/libtf/tests/generate_testdata.py

    TESTDATA_PATH = flags.DEFINE_string(
        "path", None, help="Path to testdata directory.")
    
    MODEL_NAME = flags.DEFINE_string(
        "model_name", None, help="Name of model to generate.")
    
    
    class DataStructureModel(module.Module):
      """Model used for testing data structures in the C++ API."""
    
      def __init__(self):
        self.arr1 = [1.]
        self.const_arr = [constant_op.constant(1.)]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 15 16:58:38 UTC 2021
    - 3.3K bytes
    - Viewed (0)
Back to top