Home
last modified time | relevance | path

Searched refs:hypothesis_shape_t (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Darray_ops.cc981 const Tensor* hypothesis_shape_t = c->input_tensor(2); in __anondb9326b21502() local
983 if (hypothesis_shape_t == nullptr || truth_shape_t == nullptr) { in __anondb9326b21502()
989 if (hypothesis_shape_t->NumElements() != truth_shape_t->NumElements()) { in __anondb9326b21502()
992 hypothesis_shape_t->NumElements(), " vs. ", in __anondb9326b21502()
996 auto h_values = hypothesis_shape_t->flat<int64>(); in __anondb9326b21502()
998 std::vector<DimensionHandle> dims(hypothesis_shape_t->NumElements() - 1); in __anondb9326b21502()