Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for returning_values (0.12 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/insert_main_function.cc

        }
    
        for (const auto& [output_index, tensor_index, tensor_value] :
             node_output_tensors) {
          returning_values[output_index] = identity_op->getResult(tensor_index);
        }
      }
      builder.create<func::ReturnOp>(main_func.getBody().getLoc(),
                                     returning_values);
    
      // Adds the new function to symbol table.
      SymbolTable symbol_table(module_op);
      symbol_table.insert(main_func);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top