Searched refs:truth_shape_t (Results 1 – 1 of 1) sorted by relevance
982 const Tensor* truth_shape_t = c->input_tensor(5); in __anondb9326b21502() local983 if (hypothesis_shape_t == nullptr || truth_shape_t == nullptr) { in __anondb9326b21502()989 if (hypothesis_shape_t->NumElements() != truth_shape_t->NumElements()) { in __anondb9326b21502()993 truth_shape_t->NumElements()); in __anondb9326b21502()997 auto t_values = truth_shape_t->flat<int64>(); in __anondb9326b21502()