Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 217 for cc_ops (0.24 sec)

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

    limitations under the License.
    ==============================================================================*/
    
    // This file is MACHINE GENERATED! Do not edit.
    
    #include "tensorflow/c/experimental/ops/nn_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.9K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/ops/io_ops.cc

    limitations under the License.
    ==============================================================================*/
    
    // This file is MACHINE GENERATED! Do not edit.
    
    #include "tensorflow/c/experimental/ops/io_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 17 17:54:34 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/ops/BUILD

    cc_library(
        name = "ops",
        hdrs = [
            "array_ops.h",
            "io_ops.h",
            "math_ops.h",
            "nn_ops.h",
            "resource_variable_ops.h",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":array_ops",
            ":io_ops",
            ":math_ops",
            ":nn_ops",
            ":resource_variable_ops",
            "//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/ops/io_ops.h

    Jeremy Meredith <******@****.***> 1652809654 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 17 17:54:34 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h

    Deqiang Chen <******@****.***> 1709591321 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 04 22:48:00 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/ops/nn_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.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_ops.td

    Deqiang Chen <******@****.***> 1716411971 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:35:32 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  8. tensorflow/cc/ops/standard_ops.h

    #include "tensorflow/cc/ops/data_flow_ops.h"
    #include "tensorflow/cc/ops/image_ops.h"
    #include "tensorflow/cc/ops/io_ops.h"
    #include "tensorflow/cc/ops/linalg_ops.h"
    #include "tensorflow/cc/ops/logging_ops.h"
    #include "tensorflow/cc/ops/lookup_ops.h"
    #include "tensorflow/cc/ops/math_ops.h"
    #include "tensorflow/cc/ops/nn_ops.h"
    #include "tensorflow/cc/ops/no_op.h"
    #include "tensorflow/cc/ops/parsing_ops.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 24 22:31:28 UTC 2018
    - 1.6K bytes
    - Viewed (0)
  9. tensorflow/cc/framework/cc_op_gen_main.cc

    #include "tensorflow/core/platform/env.h"
    #include "tensorflow/core/platform/init_main.h"
    #include "tensorflow/core/platform/types.h"
    #include "tsl/platform/status.h"
    
    namespace tensorflow {
    namespace cc_op {
    namespace {
    
    void PrintAllCCOps(const std::string& dot_h, const std::string& dot_cc,
                       bool include_internal,
                       const std::vector<string>& api_def_dirs) {
      OpList ops;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 00:57:05 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  10. tensorflow/cc/framework/fuzzing/cc_op_fuzz_gen.h

    #include "tensorflow/core/platform/types.h"
    
    namespace tensorflow {
    namespace cc_op {
    
    // String with single fuzzer file content.
    string WriteSingleFuzzer(const OpInfo& op_info, bool is_fuzzable);
    
    // Do we have all we need to create a fuzzer
    bool OpFuzzingIsOk(const OpInfo& op_info);
    
    }  // namespace cc_op
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 07 19:14:57 UTC 2022
    - 1.3K bytes
    - Viewed (0)
Back to top