Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

          callers.backward->getParentOfType<func::FuncOp>();
    
      const std::vector<Value>& operands = loop_operands_nm0;
    
      // Input types will be the same as the original loop body.
      std::vector<Type> input_types = GetValueTypes(operands);
    
      // Determine the results types.
      // Return ALL outputs, respecting the provided order of the Operations. This
      // makes it straightforward for users of this function to map the return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  2. 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