Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/schema/flatbuffer_compatibility_test.cc

          "compiler/mlir/lite/schema/schema_v3b.fbs";
      const char *current_filename =
          TFLITE_TF_PREFIX "compiler/mlir/lite/schema/schema.fbs";
    
      ASSERT_TRUE(LoadFileRaw(base_filename, &base_contents));
      ASSERT_TRUE(LoadFileRaw(current_filename, &current_contents));
      // Parse the schemas
      flatbuffers::Parser base_parser, current_parser;
      std::vector<const char *> include_directories;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top