Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetSingularVariantBaseType (0.17 sec)

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

      }
      if (auto element_shape =
              llvm::dyn_cast_or_null<TF::TensorListElementShapeOp>(op)) {
        element_type = GetSingularVariantBaseType(op->getOperand(0));
      }
      if (auto length = llvm::dyn_cast_or_null<TF::TensorListLengthOp>(op)) {
        element_type = GetSingularVariantBaseType(op->getOperand(0));
      }
      if (auto pop_back = llvm::dyn_cast_or_null<TF::TensorListPopBackOp>(op)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 23:04:40 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top