Home
last modified time | relevance | path

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

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