Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetElementShapeFromResultType (0.37 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tensor_list_ops_decomposition.cc

    }
    
    // Checks the result Variant type to infer the element shape if fully defined.
    // If the Variant type has multiple subtypes or does not have static shape,
    // return error.
    LogicalResult GetElementShapeFromResultType(
        Type type, llvm::SmallVector<int64_t, 8>* shape) {
      auto variant_type =
          mlir::dyn_cast<TF::VariantType>(getElementTypeOrSelf(type));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
Back to top