Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GraphdefToMlirOptions (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/tf_mlir_translate.cc

        const std::vector<std::optional<std::vector<int>>>& input_shapes,
        const std::vector<std::string>& output_arrays,
        const std::vector<std::string>& control_output_arrays,
        const GraphdefToMlirOptions& import_options, mlir::MLIRContext* context) {
      GraphDef graphdef;
      TF_RETURN_IF_ERROR(
          tensorflow::LoadProtoFromBuffer({input.data(), input.size()}, &graphdef));
      if (!port::kLittleEndian)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 11:51:44 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.cc

      }
    
      // Register extra TF ops passed as OpDef.
      auto extra_opdefs_status = RegisterExtraTfOpDefs(extra_tf_opdefs);
      if (!extra_opdefs_status.ok()) return extra_opdefs_status;
    
      GraphdefToMlirOptions graphdef_conversion_options{
          std::string(debug_info_file),
          /*xla_compile_device_type=*/"",
          /*prune_unused_nodes=*/specs.prune_unused_nodes,
          /*convert_legacy_fed_inputs=*/true,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top