Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for candidate_sampling_ops (0.16 sec)

  1. tensorflow/cc/ops/standard_ops.h

    #ifndef TENSORFLOW_CC_OPS_STANDARD_OPS_H_
    #define TENSORFLOW_CC_OPS_STANDARD_OPS_H_
    
    #include "tensorflow/cc/ops/array_ops.h"
    #include "tensorflow/cc/ops/candidate_sampling_ops.h"
    #include "tensorflow/cc/ops/const_op.h"
    #include "tensorflow/cc/ops/control_flow_ops.h"
    #include "tensorflow/cc/ops/data_flow_ops.h"
    #include "tensorflow/cc/ops/image_ops.h"
    #include "tensorflow/cc/ops/io_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)
  2. tensorflow/cc/BUILD

        deps_internal = [
            ":array_ops_internal",
            ":dataset_ops_internal",
            ":math_ops_internal",
        ],
        op_lib_names = [
            "audio_ops",
            "candidate_sampling_ops",
            "control_flow_ops",
            "data_flow_ops",
            "image_ops",
            "io_ops",
            "linalg_ops",
            "list_ops",
            "map_ops",
            "logging_ops",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top