Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_called_computations (0.21 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      }
      void add_api_version(int32_t api_version) {
        fbb_.AddElement<int32_t>(StablehloCustomCallOptions::VT_API_VERSION, api_version, 0);
      }
      void add_called_computations(::flatbuffers::Offset<::flatbuffers::Vector<int32_t>> called_computations) {
        fbb_.AddOffset(StablehloCustomCallOptions::VT_CALLED_COMPUTATIONS, called_computations);
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top