Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/framework/python/framework/
Dtensor_util.py206 is_shape = _is_shape(expected_shape, actual_tensor, actual_shape)
208 is_shape, [
/external/python/cpython3/Modules/
D_testbuffer.c848 seq_as_ssize_array(PyObject *seq, Py_ssize_t len, int is_shape) in seq_as_ssize_array() argument
865 is_shape ? "shape" : "strides"); in seq_as_ssize_array()
874 if (is_shape && x < 0) { in seq_as_ssize_array()