Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,237 for Cc (0.1 sec)

  1. tensorflow/cc/gradients/resource_variable_grad_test.cc

    #include <iostream>
    
    #include "tensorflow/cc/client/client_session.h"
    #include "tensorflow/cc/framework/grad_op_registry.h"
    #include "tensorflow/cc/framework/gradient_checker.h"
    #include "tensorflow/cc/framework/gradients.h"
    #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"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 14 15:30:48 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  2. tensorflow/cc/gradients/functional_grad_test.cc

    #include "tensorflow/cc/framework/grad_op_registry.h"
    #include "tensorflow/cc/framework/gradient_checker.h"
    #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"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 26 14:42:24 UTC 2021
    - 3K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/saved_model_bundle_test.cc

    ==============================================================================*/
    
    #include "tensorflow/cc/saved_model/constants.h"
    #include "tensorflow/cc/saved_model/loader.h"
    #include "tensorflow/cc/saved_model/metrics.h"
    #include "tensorflow/cc/saved_model/reader.h"
    #include "tensorflow/cc/saved_model/signature_constants.h"
    #include "tensorflow/cc/saved_model/tag_constants.h"
    #include "tensorflow/core/example/example.pb.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 14 19:16:58 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/reader_test.cc

    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/cc/saved_model/reader.h"
    
    #include <gmock/gmock.h>
    #include "tensorflow/cc/saved_model/constants.h"
    #include "tensorflow/cc/saved_model/metrics.h"
    #include "tensorflow/cc/saved_model/tag_constants.h"
    #include "tensorflow/core/lib/core/status.h"
    #include "tensorflow/core/lib/core/status_test_util.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 17 21:17:08 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  5. tensorflow/cc/framework/cc_op_gen.cc

      Env* env = Env::Default();
    
      // Write the initial boilerplate to the .h and .cc files.
      std::unique_ptr<WritableFile> h = nullptr;
      std::unique_ptr<WritableFile> cc = nullptr;
      TF_CHECK_OK(env->NewWritableFile(dot_h_fname, &h));
      TF_CHECK_OK(env->NewWritableFile(dot_cc_fname, &cc));
      string op_header_guard;
      StartFiles(false, dot_h_fname, h.get(), cc.get(), &op_header_guard);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 17:22:47 UTC 2023
    - 17K bytes
    - Viewed (0)
  6. tensorflow/cc/experimental/libtf/impl/iostream_test.cc

    limitations under the License.
    ==============================================================================*/
    #include "tensorflow/cc/experimental/libtf/impl/none.h"
    #include "tensorflow/cc/experimental/libtf/impl/scalars.h"
    #include "tensorflow/cc/experimental/libtf/impl/string.h"
    #include "tensorflow/cc/experimental/libtf/impl/tensor_spec.h"
    #include "tensorflow/core/framework/tensor_shape.h"
    #include "tensorflow/core/framework/types.pb.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 09:47:46 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/component.cc

    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/representative_dataset.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/statistics.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/debugger.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/io.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/saved_model_export.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  8. tensorflow/cc/saved_model/fingerprinting_test.cc

          testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", "bert1");
    
      TF_ASSERT_OK_AND_ASSIGN(SavedModel saved_model_pb,
                              ReadSavedModel(export_dir));
      TF_ASSERT_OK_AND_ASSIGN(FingerprintDef fingerprint_def,
                              CreateFingerprintDef(export_dir));
    
      const std::string export_dir2 = io::JoinPath(
          testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", "bert2");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  9. tensorflow/cc/gradients/resource_variable_grad.cc

    limitations under the License.
    ==============================================================================*/
    
    #include <vector>
    
    #include "tensorflow/cc/framework/grad_op_registry.h"
    #include "tensorflow/cc/framework/gradients.h"
    #include "tensorflow/cc/ops/array_ops.h"
    
    namespace tensorflow {
    namespace ops {
    namespace {
    
    Status ReadVariableOpGrad(const Scope& scope, const Operation& op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 31 18:15:56 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/stablehlo/cc/static_range_ptq.cc

    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/component.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/component.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/context.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/post_calibration.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/pre_calibration.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 12:49:45 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top