Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for resource_variable_ops (0.21 sec)

  1. tensorflow/c/experimental/ops/resource_variable_ops.cc

    limitations under the License.
    ==============================================================================*/
    
    // This file is MACHINE GENERATED! Do not edit.
    
    #include "tensorflow/c/experimental/ops/resource_variable_ops.h"
    
    #include "tensorflow/c/eager/abstract_context.h"
    #include "tensorflow/c/eager/abstract_tensor_handle.h"
    #include "tensorflow/c/eager/tracing_utils.h"
    #include "tensorflow/core/framework/types.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 10 19:11:36 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/ops/resource_variable_ops.h

    Jeremy Meredith <******@****.***> 1652208970 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 10 19:11:36 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/ops/BUILD

            "//tensorflow/core:framework",
            "//tensorflow/core/platform:errors",
        ],
    )
    
    cc_library(
        name = "resource_variable_ops",
        srcs = [
            "resource_variable_ops.cc",
        ],
        hdrs = [
            "resource_variable_ops.h",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            "//tensorflow/c/eager:abstract_context",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/saved_model/internal/testdata/gen_saved_models.py

    from tensorflow.python.framework import dtypes
    from tensorflow.python.framework import tensor_spec
    from tensorflow.python.module import module
    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):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 06 21:32:57 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/saved_model/core/ops/variable_ops.h

    // TensorHandle associated with the variable. This is equivalent to creating an
    // unitialized TF2 tf.Variable.
    // https://github.com/tensorflow/tensorflow/blob/516608035f85cec8b126712b0ff8407220206b22/tensorflow/python/ops/resource_variable_ops.py#L1867-L1872
    Status CreateUninitializedResourceVariable(ImmediateExecutionContext* ctx,
                                               DataType dtype, TensorShape shape,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 30 21:44:45 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  6. tensorflow/cc/BUILD

            "functional_ops",
        ],
        pkg = "//tensorflow/core",
        visibility = ["//tensorflow:internal"],
    )
    
    tf_gen_op_wrappers_cc(
        name = "resource_variable_ops",
        include_internal_ops = 1,
        op_lib_names = [
            "resource_variable_ops",
        ],
        pkg = "//tensorflow/core",
    )
    
    tf_gen_op_wrappers_cc(
        name = "tpu_ops",
        include_internal_ops = 1,
        op_lib_names = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  7. tensorflow/cc/gradients/resource_variable_grad_test.cc

    #include "tensorflow/cc/framework/ops.h"
    #include "tensorflow/cc/framework/testutil.h"
    #include "tensorflow/cc/gradients/grad_testutil.h"
    #include "tensorflow/cc/ops/array_ops.h"
    #include "tensorflow/cc/ops/resource_variable_ops.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    #include "tensorflow/core/framework/tensor_testutil.h"
    #include "tensorflow/core/lib/core/status_test_util.h"
    
    namespace tensorflow {
    namespace ops {
    namespace {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 14 15:30:48 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/shape_inference_test.cc

    #include "tensorflow/cc/framework/scope.h"
    #include "tensorflow/cc/ops/array_ops.h"
    #include "tensorflow/cc/ops/control_flow_ops_internal.h"
    #include "tensorflow/cc/ops/math_ops.h"
    #include "tensorflow/cc/ops/resource_variable_ops.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    #include "tensorflow/compiler/jit/test_util.h"
    #include "tensorflow/core/framework/op.h"
    #include "tensorflow/core/framework/partial_tensor_shape.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  9. tensorflow/cc/experimental/libtf/tests/variable_test.cc

    #include "tensorflow/c/eager/abstract_tensor_handle.h"
    #include "tensorflow/c/eager/graph_function.h"
    #include "tensorflow/c/eager/unified_api_testutil.h"
    #include "tensorflow/c/experimental/ops/resource_variable_ops.h"
    #include "tensorflow/c/tf_status_helper.h"
    #include "tensorflow/cc/experimental/libtf/function.h"
    #include "tensorflow/cc/experimental/libtf/object.h"
    #include "tensorflow/cc/experimental/libtf/value.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 19 21:44:52 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/xla_device_ops.h

    #include "tensorflow/core/kernels/fifo_queue.h"
    #include "tensorflow/core/kernels/function_ops.h"
    #include "tensorflow/core/kernels/identity_op.h"
    #include "tensorflow/core/kernels/resource_variable_ops.h"
    #include "tensorflow/core/kernels/shape_ops.h"
    #include "tensorflow/core/kernels/variable_ops.h"
    
    namespace tensorflow {
    
    // Dummy OpKernel, used for kernels assigned to an XLA device that should be
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 23 19:28:25 UTC 2021
    - 17.1K bytes
    - Viewed (0)
Back to top