Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for Fpack (0.05 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // with a TR1 tuple implementation.  NVIDIA's CUDA NVCC compiler
    // pretends to be GCC by defining __GNUC__ and friends, but cannot
    // compile GCC's tuple implementation.  MSVC 2008 (9.0) provides TR1
    // tuple in a 323 MB Feature Pack download, which we cannot assume the
    // user has.  QNX's QCC compiler is a modified GCC but it doesn't
    // support TR1 tuple.  libc++ only provides std::tuple, in C++11 mode,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

      Append(tmp_body_results, core_tpu_res_im1);
      Append(tmp_body_results, non_tpu_res_i);
      Append(tmp_body_results, {C_im1, C_i, C_ip1});
    
      llvm::SetVector<Value> new_body_results;
      // This should pack the same as deduping code above.
      new_body_results.insert(tmp_body_results.begin(), tmp_body_results.end());
      auto new_body_return_types = GetValueTypes(new_body_results);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    // FcntlFlock performs a fcntl syscall for the F_GETLK, F_SETLK or F_SETLKW command.
    func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error {
    	// struct flock is packed on z/OS. We can't emulate that in Go so
    	// instead we pack it here.
    	var flock [24]byte
    	*(*int16)(unsafe.Pointer(&flock[0])) = lk.Type
    	*(*int16)(unsafe.Pointer(&flock[2])) = lk.Whence
    	*(*int64)(unsafe.Pointer(&flock[4])) = lk.Start
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

        tf.TPUReshardVariablesOp(%rvar, %default_format, %rstate)
      }
    ```
    ### `-tf-unroll-batch-matmul`
    
    _Unroll TF BatchMatMul op into Reshape, Slice, MatMul, Pack ops._
    
    ### `-tf-verify-for-export`
    
    _Verify module is suitable for export back to TF Graph_
    
    Verifies whether all functions in module are of single tf_executor.graph and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top