Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for functional_ops (0.2 sec)

  1. tensorflow/cc/BUILD

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

    #include <iostream>
    #include <vector>
    
    #include "tensorflow/cc/framework/grad_op_registry.h"
    #include "tensorflow/cc/framework/gradients.h"
    #include "tensorflow/cc/ops/functional_ops.h"
    
    namespace tensorflow {
    namespace ops {
    namespace {
    
    Status PartitionedCallGrad(const Scope& scope, const Operation& op,
                               const std::vector<Output>& grad_inputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 15 20:09:06 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  3. tensorflow/cc/gradients/functional_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/functional_ops.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    #include "tensorflow/core/framework/function_testlib.h"
    #include "tensorflow/core/framework/tensor_testutil.h"
    #include "tensorflow/core/lib/core/status_test_util.h"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 26 14:42:24 UTC 2021
    - 3K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/force_xla_constants_on_host_pass_test.cc

    #include "tensorflow/compiler/jit/force_xla_constants_on_host_pass.h"
    
    #include "absl/strings/match.h"
    #include "absl/strings/str_cat.h"
    #include "tensorflow/cc/framework/ops.h"
    #include "tensorflow/cc/ops/functional_ops.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    #include "tensorflow/compiler/jit/compilability_check_util.h"
    #include "tensorflow/compiler/jit/defs.h"
    #include "tensorflow/compiler/jit/test_util.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/xla_cluster_util_test.cc

    #include "absl/algorithm/container.h"
    #include "absl/strings/str_join.h"
    #include "tensorflow/cc/framework/ops.h"
    #include "tensorflow/cc/ops/control_flow_ops_internal.h"
    #include "tensorflow/cc/ops/function_ops.h"
    #include "tensorflow/cc/ops/functional_ops.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    #include "xla/status_macros.h"
    #include "tensorflow/core/common_runtime/graph_constructor.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/rearrange_function_argument_pass_test.cc

    #include "absl/strings/match.h"
    #include "tensorflow/cc/framework/scope.h"
    #include "tensorflow/cc/ops/array_ops.h"
    #include "tensorflow/cc/ops/function_ops.h"
    #include "tensorflow/cc/ops/functional_ops.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    #include "tensorflow/compiler/jit/encapsulate_util.h"
    #include "tensorflow/compiler/tf2xla/rearrange_function_argument.h"
    #include "xla/test.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 11:36:41 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/compilability_check_util_test.cc

    #include "tensorflow/compiler/jit/compilability_check_util.h"
    
    #include "absl/memory/memory.h"
    #include "tensorflow/cc/framework/scope.h"
    #include "tensorflow/cc/ops/function_ops.h"
    #include "tensorflow/cc/ops/functional_ops.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    #include "tensorflow/compiler/tf2xla/xla_op_kernel.h"
    #include "tensorflow/compiler/tf2xla/xla_op_registry.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 10 12:32:39 UTC 2022
    - 22.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/resource_operation_safety_analysis_test.cc

    #include "tensorflow/cc/framework/ops.h"
    #include "tensorflow/cc/ops/array_ops.h"
    #include "tensorflow/cc/ops/control_flow_ops_internal.h"
    #include "tensorflow/cc/ops/function_ops.h"
    #include "tensorflow/cc/ops/functional_ops.h"
    #include "tensorflow/cc/ops/resource_variable_ops.h"
    #include "tensorflow/cc/ops/sendrecv_ops.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    #include "tensorflow/compiler/jit/defs.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 28 16:53:59 UTC 2020
    - 18.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/build_xla_ops_pass.cc

    #include "tensorflow/cc/framework/scope_internal.h"
    #include "tensorflow/cc/ops/array_ops.h"
    #include "tensorflow/cc/ops/const_op.h"
    #include "tensorflow/cc/ops/control_flow_ops.h"
    #include "tensorflow/cc/ops/functional_ops.h"
    #include "tensorflow/cc/ops/logging_ops.h"
    #include "tensorflow/compiler/jit/defs.h"
    #include "tensorflow/compiler/jit/device_util.h"
    #include "tensorflow/compiler/jit/encapsulate_subgraphs_pass.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/extract_outside_compilation_pass_test.cc

    #include "absl/strings/match.h"
    #include "tensorflow/cc/framework/scope.h"
    #include "tensorflow/cc/ops/array_ops.h"
    #include "tensorflow/cc/ops/function_ops.h"
    #include "tensorflow/cc/ops/functional_ops.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    #include "tensorflow/compiler/jit/encapsulate_util.h"
    #include "xla/test.h"
    #include "tensorflow/core/common_runtime/device_factory.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 41K bytes
    - Viewed (0)
Back to top