Home
last modified time | relevance | path

Searched refs:l2_normalize (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dclustering_ops.py223 clusters = nn_impl.l2_normalize(clusters, axis=1)
227 inp = nn_impl.l2_normalize(inp, axis=1)
258 clusters = nn_impl.l2_normalize(clusters, axis=1)
329 output.append(nn_impl.l2_normalize(inp, dim=1))
381 cluster_centers = nn_impl.l2_normalize(cluster_centers, dim=1)
422 cluster_centers = nn_impl.l2_normalize(
542 new_clusters_centers = nn_impl.l2_normalize(new_clusters_centers, dim=1)
622 inp = nn_impl.l2_normalize(inp, dim=1)
666 new_center = nn_impl.l2_normalize(new_center, dim=1)
686 newly_sampled_center = nn_impl.l2_normalize(
[all …]
Dnn_test.py294 y_tf = nn_impl.l2_normalize(x_tf, dim)
305 y_tf = nn_impl.l2_normalize(x_tf, dim)
316 y_tf = nn_impl.l2_normalize(x_tf, dim)
333 y_tf = nn_impl.l2_normalize(x_tf, dim)
Dnn_impl.py629 def l2_normalize(x, axis=None, epsilon=1e-12, name=None, dim=None): function
/external/ComputeLibrary/tests/validation/reference/
DL2NormalizeLayer.cpp51 SimpleTensor<T> l2_normalize(const SimpleTensor<T> &src, unsigned int axis, float epsilon) in l2_normalize() function
98 template SimpleTensor<float> l2_normalize(const SimpleTensor<float> &src, unsigned int axis, float …
99 template SimpleTensor<half> l2_normalize(const SimpleTensor<half> &src, unsigned int axis, float ep…
DL2NormalizeLayer.h39 SimpleTensor<T> l2_normalize(const SimpleTensor<T> &src, unsigned int axis, float epsilon);
/external/tensorflow/tensorflow/lite/testing/op_tests/
Dl2norm_shared_epsilon.py42 out1 = tf.nn.l2_normalize(input_tensor, parameters["dim"], epsilon=epsilon)
43 out2 = tf.nn.l2_normalize(input_tensor, parameters["dim"], epsilon=epsilon)
Dl2norm.py53 out = tf.nn.l2_normalize(
56 out = tf.nn.l2_normalize(input_tensor, parameters["dim"])
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_householder.py214 normalized_axis = nn.l2_normalize(reflection_axis, axis=-1)
244 normalized_axis = nn.l2_normalize(reflection_axis, axis=-1)
253 normalized_axis = nn.l2_normalize(reflection_axis, axis=-1)
/external/ComputeLibrary/tests/validation/fixtures/
DL2NormalizeLayerFixture.h126 return reference::l2_normalize<T>(src, actual_axis, epsilon); in compute_reference()
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py698 x1 = nn.l2_normalize(x1, axis=axes[0])
699 x2 = nn.l2_normalize(x2, axis=axes[1])
/external/tensorflow/tensorflow/python/keras/
Dlosses.py1980 y_true = nn.l2_normalize(y_true, axis=axis)
1981 y_pred = nn.l2_normalize(y_pred, axis=axis)
Dmetrics.py3596 y_true = nn.l2_normalize(y_true, axis=axis)
3597 y_pred = nn.l2_normalize(y_pred, axis=axis)
Dbackend.py5135 def l2_normalize(x, axis=None): function
5145 return nn.l2_normalize(x, axis=axis)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.linalg.pbtxt168 name: "l2_normalize"
Dtensorflow.nn.pbtxt192 name: "l2_normalize"
Dtensorflow.math.pbtxt224 name: "l2_normalize"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.linalg.pbtxt156 name: "l2_normalize"
Dtensorflow.math.pbtxt224 name: "l2_normalize"
Dtensorflow.nn.pbtxt228 name: "l2_normalize"