Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for input_type (0.1 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

        control_nodes.try_emplace(from);
        control_nodes[to].incoming.insert(from);
      }
    
      llvm::SmallVector<mlir::Type, 2> ret_types;
      llvm::SmallVector<mlir::Type, 4> input_types;
    
      auto func_loc = mlir::NameLoc::get(builder.getStringAttr(name), base_loc);
      std::vector<int> func_inputs = subgraph.inputs;
      if (is_entry_point && !ordered_input_arrays.empty()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top