HomeSort by relevance Sort by last modified time
    Searched refs:input_vectors (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 2339 unsigned input_vectors = num_explicit_locations; local
    [all...]
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
math_utils.py 377 def transform_to_covariance_matrices(input_vectors, matrix_size):
378 """Construct covariance matrices via transformations from input_vectors.
381 input_vectors: A [batch size x input size] batch of vectors to transform.
388 input_vectors, matrix_size**2 + 2, activation_fn=None)
    [all...]

Completed in 86 milliseconds