Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dinput.py613 t_values = [
617 with_deps = lambda x: control_flow_ops.with_dependencies(t_values, x)
/external/tensorflow/tensorflow/core/ops/
Darray_ops.cc1064 auto t_values = truth_shape_t->flat<int64>(); in __anondb9326b21502() local
1067 dims[i] = c->MakeDim(std::max(h_values(i), t_values(i))); in __anondb9326b21502()