Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetFunctionLibraryDefinition (0.84 sec)

  1. tensorflow/compiler/jit/xla_compiler_options_util.cc

      if (stream != nullptr) {
        options.device_ordinal = stream->parent()->device_ordinal();
      }
      options.device_type = xla_device_compiler.device_type();
      options.flib_def = function_library.GetFunctionLibraryDefinition();
      options.graph_def_version = function_library.graph_def_version();
      options.allow_cpu_custom_calls =
          (platform_info.platform_id() == se::host::kHostPlatformId);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/tests/saved_model/saved_model_test.cc

      // The module contains an XLA function, as well as a while body and a while
      // condition within the XLA function.
      EXPECT_EQ(fallback_state->process_function_library_runtime()
                    .GetFunctionLibraryDefinition()
                    ->num_functions(),
                3);
    }
    
    TEST(SavedModelTest, ConvertTfMlirToBefExportingXlaReduceWindow) {
      std::string saved_model_mlir_path = tensorflow::GetDataDependencyFilepath(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 13 01:17:29 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top