Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for raw_output_arr (0.28 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

          input_tensor.getType().getRank());
    
      // Allocate raw data and retrieve address of the first char in its raw
      // buffer.
      llvm::OwningArrayRef<char> raw_output_arr(input_tensor.getRawData());
      char* raw_output = (char*)raw_output_arr.data();
    
      // Compute the result and write to `raw_output`.
      ComputePermutation(perms, output_shape, raw_input, element_byte_size,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top