Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        }
        node_to_output_map[node_name].push_back(
            {output_count++, tensor_index, call_op_return});
      }
    
      Value scalar_one =
          CreateScalarConstValue<float>(builder, builder.getUnknownLoc(), 1.0);
      llvm::SmallVector<Value> returning_values(output_count, Value());
      for (const auto& node_name : node_to_output_map.keys()) {
    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