Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dmath_utils.py405 def transform_to_covariance_matrices(input_vectors, matrix_size): argument
416 input_vectors, matrix_size**2 + 2, activation_fn=None)
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp2710 unsigned input_vectors = num_explicit_locations; in check_against_input_limit() local
2719 input_vectors += var->type->count_attribute_slots(false); in check_against_input_limit()
2727 const unsigned input_components = input_vectors * 4; in check_against_input_limit()
2733 input_vectors, in check_against_input_limit()