Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc

      }
    }
    
    TensorFlowDialect::~TensorFlowDialect() {
      delete fallback_effect_op_interface_;
    }
    
    Type TensorFlowDialect::parseType(DialectAsmParser &parser) const {
      StringRef spec = parser.getFullSymbolSpec();
      llvm::SMLoc loc = parser.getCurrentLocation();
      parser.emitError(
          loc, "tf dialect has no types, potentially meant !tf_type." + spec);
      return nullptr;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14.6K bytes
    - Viewed (0)
Back to top