#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_DARKMODE_DARKMODE_CLASSIFIER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_DARKMODE_DARKMODE_CLASSIFIER_H_
#include <cstdint>
namespace darkmode_tfnative_model {
struct alignas(16) FixedAllocations { … };
extern int32_t input0Shape[2];
extern int32_t logits_MatMul_merged_with_dnn_logits_BiasAdd0Shape[2];
void Inference(
const float* __restrict input0 ,
float* __restrict logits_MatMul_merged_with_dnn_logits_BiasAdd0
,
FixedAllocations* __restrict fixed);
}
#endif