Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for enable_soft_placement (0.14 sec)

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

      specs.unconditionally_use_set_output_shapes =
          import_options.unconditionally_use_set_output_shapes;
      specs.xla_compile_device_type = import_options.xla_compile_device_type;
      specs.enable_soft_placement = import_options.enable_soft_placement;
      specs.set_original_tf_func_name = import_options.set_original_tf_func_name;
      TF_RETURN_IF_ERROR(ParseInputArrayInfo(input_arrays, input_dtypes,
    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/mlir_graph_optimization_pass.cc

      // during import is not necessary.
      import_config.enable_shape_inference = false;
      import_config.xla_compile_device_type =
          function_options.xla_compile_device_type;
      import_config.enable_soft_placement = function_options.allow_soft_placement;
    
      static const char* kTfMlirCategory = "TfMlir";
      tensorflow::metrics::ScopedCounter<2> timings(
          tensorflow::metrics::GetGraphOptimizationCounter(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.cc

          /*convert_legacy_fed_inputs=*/true,
          /*graph_as_function=*/false,
          specs.upgrade_legacy,
          /*enable_shape_inference=*/false,
          /*unconditionally_use_set_output_shapes=*/true,
          /*enable_soft_placement=*/false};
    
      if (use_splatted_constant) {
        return GraphdefToSplattedMlirTranslateFunction(
            file->getBuffer(), input_arrays, input_dtypes, input_shapes,
    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