Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 33 for msanmove (0.14 sec)

  1. tensorflow/c/tensor_interface.h

      virtual void* Data() const = 0;
    
      // Returns if the tensor is aligned
      virtual bool IsAligned() const = 0;
      // Returns if their is sole ownership of this Tensor and thus it can be moved.
      virtual bool CanMove() const = 0;
    
      virtual std::string SummarizeValue() const = 0;
    
     protected:
      virtual ~AbstractTensorInterface() {}
    };
    
    namespace internal {
    struct AbstractTensorInterfaceDeleter {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 09 23:17:07 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.js

          setMode(IDLE);
          svg.removeEventListener('mousemove', handleScanMove);
          return;
        }
        if (mode == MOUSEPAN) panMove(e.clientX, e.clientY);
      }
    
      function handleScanEnd(e) {
        if (mode == MOUSEPAN) panMove(e.clientX, e.clientY);
        setMode(IDLE);
        svg.removeEventListener('mousemove', handleScanMove);
        if (!moved) clickHandler(e.target);
      }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 20K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/extract_tpu_copy_with_dynamic_shape_op.cc

        return failure();
      }
      return success();
    }
    
    // Check if we can move TPUCopyWithDynamicShapeOp out of a launch. This is the
    // case if its results aren't used by other ops except for the return op.
    bool CanMove(Operation* op) {
      auto launch_op = llvm::dyn_cast<tf_device::LaunchOp>(op->getParentOp());
      if (!launch_op) return false;
      for (Value result : op->getResults()) {
        for (Operation* user : result.getUsers()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  4. tensorflow/c/tf_tensor_internal.h

      int64_t Dim(int dim_index) const override;
      int64_t NumElements() const override;
      size_t ByteSize() const override;
      void* Data() const override;
      bool IsAligned() const override;
      bool CanMove() const override;
      std::string SummarizeValue() const override;
    
      void SetShape(const int64_t* dims, int num_dims);
      Status ToTensor(tensorflow::Tensor* dst) const;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 24 20:38:55 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	MS_ASYNC                        = 0x2 // asynchronous writes
    	MS_INVALIDATE                   = 0x4 // invalidate mappings
    	MS_BIND                         = 0x00001000
    	MS_MOVE                         = 0x00002000
    	MS_NOSUID                       = 0x00000002
    	MS_PRIVATE                      = 0x00040000
    	MS_REC                          = 0x00004000
    	MS_REMOUNT                      = 0x00008000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_amd64.go

    	MS_KERNMOUNT                     = 0x400000
    	MS_MANDLOCK                      = 0x40
    	MS_MGC_MSK                       = 0xffff0000
    	MS_MGC_VAL                       = 0xc0ed0000
    	MS_MOVE                          = 0x2000
    	MS_NOATIME                       = 0x400
    	MS_NODEV                         = 0x4
    	MS_NODIRATIME                    = 0x800
    	MS_NOEXEC                        = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_riscv64.go

    	MS_LAZYTIME                      = 0x2000000
    	MS_MANDLOCK                      = 0x40
    	MS_MGC_MSK                       = 0xffff0000
    	MS_MGC_VAL                       = 0xc0ed0000
    	MS_MOVE                          = 0x2000
    	MS_NOATIME                       = 0x400
    	MS_NODEV                         = 0x4
    	MS_NODIRATIME                    = 0x800
    	MS_NOEXEC                        = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_386.go

    	MS_KERNMOUNT                     = 0x400000
    	MS_MANDLOCK                      = 0x40
    	MS_MGC_MSK                       = 0xffff0000
    	MS_MGC_VAL                       = 0xc0ed0000
    	MS_MOVE                          = 0x2000
    	MS_NOATIME                       = 0x400
    	MS_NODEV                         = 0x4
    	MS_NODIRATIME                    = 0x800
    	MS_NOEXEC                        = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_arm.go

    	MS_KERNMOUNT                     = 0x400000
    	MS_MANDLOCK                      = 0x40
    	MS_MGC_MSK                       = 0xffff0000
    	MS_MGC_VAL                       = 0xc0ed0000
    	MS_MOVE                          = 0x2000
    	MS_NOATIME                       = 0x400
    	MS_NODEV                         = 0x4
    	MS_NODIRATIME                    = 0x800
    	MS_NOEXEC                        = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_ppc64le.go

    	MS_KERNMOUNT                     = 0x400000
    	MS_MANDLOCK                      = 0x40
    	MS_MGC_MSK                       = 0xffff0000
    	MS_MGC_VAL                       = 0xc0ed0000
    	MS_MOVE                          = 0x2000
    	MS_NOATIME                       = 0x400
    	MS_NODEV                         = 0x4
    	MS_NODIRATIME                    = 0x800
    	MS_NOEXEC                        = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
Back to top