Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 820 for more (0.04 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/utils/BUILD

            "//tensorflow/compiler/tf2xla/kernels:xla_ops",
            "//tensorflow/core:framework",
            "//tensorflow/core:test_main",
            "//tensorflow/core/protobuf/tpu:compile_metadata_proto_cc",
            "//tensorflow/core/tpu/kernels/xla:host_compute_ops",
            "@com_google_absl//absl/status",
            "@com_google_absl//absl/strings:string_view",
            "@llvm-project//mlir:FuncDialect",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 23:59:33 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/ir/types:Dialect",
            "//tensorflow/core/platform:error_payloads",
            "//tensorflow/core/platform:logging",
            "//tensorflow/core/platform:random",
            "//tensorflow/core/protobuf/tpu:compile_metadata_proto_cc",
            "//tensorflow/core/protobuf/tpu:dynamic_padding_proto_cc",
            "//tensorflow/core/tpu:tpu_embedding_optimization_parameters_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  3. tensorflow/cc/gradients/array_grad.cc

                         const std::vector<Output>& grad_inputs,
                         std::vector<Output>* grad_outputs) {
      string mode;
      TF_RETURN_IF_ERROR(GetNodeAttr(op.node()->attrs(), "mode", &mode));
      grad_outputs->push_back(tensorflow::ops::internal::MirrorPadGrad(
          scope, grad_inputs[0], op.input(1), mode));
      grad_outputs->push_back(NoGradient());
      return scope.status();
    }
    REGISTER_GRADIENT_OP("MirrorPad", MirrorPadGrad);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 10 23:33:32 UTC 2023
    - 31.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/codegen_test.cc

    #include "xla/shape_util.h"
    #include "tensorflow/core/framework/tensor_shape.pb.h"
    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/lib/core/status.h"
    #include "tensorflow/core/lib/core/status_test_util.h"
    #include "tensorflow/core/lib/io/path.h"
    #include "tensorflow/core/platform/env.h"
    #include "tensorflow/core/platform/resource_loader.h"
    #include "tensorflow/core/platform/test.h"
    
    namespace tensorflow {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 01 02:13:40 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/shape_inference.cc

    #include "tensorflow/compiler/jit/shape_inference_helpers.h"
    #include "tensorflow/core/common_runtime/shape_refiner.h"
    #include "tensorflow/core/framework/function.h"
    #include "tensorflow/core/framework/node_def_util.h"
    #include "tensorflow/core/framework/shape_inference.h"
    #include "tensorflow/core/framework/tensor.pb.h"
    #include "tensorflow/core/framework/tensor_shape.h"
    #include "tensorflow/core/framework/tensor_shape.pb.h"
    #include "tensorflow/core/framework/types.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 13K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/pluggable_profiler/pluggable_profiler_internal.h

    #include "tensorflow/c/experimental/pluggable_profiler/pluggable_profiler.h"
    #include "tensorflow/c/tf_status_helper.h"
    #include "tensorflow/core/platform/status.h"
    #include "tensorflow/core/profiler/lib/profiler_interface.h"
    #include "tensorflow/core/profiler/protobuf/xplane.pb.h"
    #include "tsl/profiler/protobuf/profiler_options.pb.h"
    
    namespace tensorflow {
    namespace profiler {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. tensorflow/cc/experimental/libtf/impl/tensor_spec_test.cc

    #include "tensorflow/cc/experimental/libtf/impl/tensor_spec.h"
    
    #include "absl/hash/hash_testing.h"
    #include "tensorflow/core/framework/tensor_shape.h"
    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/platform/test.h"
    
    namespace tf {
    namespace libtf {
    namespace impl {
    
    TEST(TensorSpecTest, TestSupportsAbslHash) {
      tensorflow::PartialTensorShape unknown_shape;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 09:47:46 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/python/BUILD

            "//tensorflow/core:lib_proto_parsing",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:tflite_portable_logging",
            "//tensorflow/core/common_runtime:core_cpu_base_no_ops",
            "//tensorflow/core/common_runtime/eager:context",
            # (yongtang) The graph_optimization_pass_registration needs to be part
            # of a shared object that will be loaded whenever `import tensorflow`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 07 23:17:10 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/utils/convert_tensor.h

    #include "mlir/IR/Builders.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_attributes.h"
    #include "tensorflow/core/framework/tensor.h"
    #include "tensorflow/core/framework/tensor.pb.h"
    #include "tensorflow/core/framework/tensor_shape.pb.h"
    #include "tensorflow/core/protobuf/struct.pb.h"
    
    namespace tensorflow {
    
    using tsl::StatusOr;
    
    // Converts an TensorFlow tensor proto into an MLIR elements attribute.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. tensorflow/c/kernels/ops/summary.cc

    ==============================================================================*/
    
    #include "tensorflow/c/ops.h"
    #include "tensorflow/c/tf_status.h"
    #include "tensorflow/core/framework/registration/registration.h"
    #include "tensorflow/core/platform/logging.h"
    #include "tensorflow/core/platform/macros.h"
    
    static void scalar_summary_shape_inference_fn(TF_ShapeInferenceContext* ctx,
                                                  TF_Status* status) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 21:04:53 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top