Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseOptionalRParen (0.28 sec)

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

        llvm::SmallVectorImpl<Type>* region_arg_types) {
      // No operands or empty operand list.
      bool parsed_l_paren = succeeded(parser->parseOptionalLParen());
      if (!parsed_l_paren || succeeded(parser->parseOptionalRParen()))
        return success();
    
      // Parse comma separated operands of the following format:
      //   replicated_input
      //     [%a, ...] as %block_arg0: type
      //   packed_input
      //     %b as %block_arg1: type
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top