Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetResizedTensorListIndexes (0.49 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

      }
      return PrependLeadingDimIfRanked(-1, handle_dtype.getSubtypes()[0], rewriter);
    }
    
    // Gets the index of tensorlist arguments which size might get changed by the
    // function.
    llvm::SmallSet<int, 4> GetResizedTensorListIndexes(
        func::FuncOp func, const llvm::SmallSet<int, 4> &tensor_list_args) {
      // `indexes` stores the argument index of tensorlists which size may get
      // updated in the function.
      llvm::SmallSet<int, 4> indexes;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
Back to top