HomeSort by relevance Sort by last modified time
    Searched defs:orthogonal (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/keras/_impl/keras/
initializers.py 29 from tensorflow.python.ops.init_ops import Orthogonal
181 orthogonal = Orthogonal variable
  /external/tensorflow/tensorflow/python/ops/
initializers_ns.py 33 orthogonal = init_ops.orthogonal_initializer variable
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3D.java 293 /** Get a vector orthogonal to the instance.
294 * <p>There are an infinite number of normalized vectors orthogonal
302 * Vector3D i = k.orthogonal();
305 * @return a new normalized vector orthogonal to the instance
308 public Vector3D orthogonal() { method in class:Vector3D

Completed in 64 milliseconds