Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ArrayInfo (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/mlir_roundtrip_flags.h

      TensorShapeProto shape;
    };
    
    struct ArrayInfo : public ArrayInfoBase {
      using SubTypeInfo = ArrayInfoBase;
      // DT_RESOURCE and DT_VARIANT have subtypes
      std::vector<SubTypeInfo> subtypes;
    };
    
    struct GraphImportConfig {
      // Returns string representation of config.
      std::string str() const;
    
      using InputArrays =
          llvm::MapVector<std::string, ArrayInfo, llvm::StringMap<unsigned>>;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:56:10 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top