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

  /art/test/026-access/src/
Unrelated.java 19 protected static int static_x = 5; field in class:Unrelated
Iface2.java 24 public final static int B = Unrelated.static_x;
  /external/tensorflow/tensorflow/python/ops/distributions/
util.py 775 static_x = tensor_util.constant_value(x)
776 if static_x is not None:
777 return static_x
    [all...]

Completed in 1099 milliseconds