Home
last modified time | relevance | path

Searched refs:_loc (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/python/ops/distributions/
Dlaplace.py116 self._loc = array_ops.identity(loc, name="loc")
118 check_ops.assert_same_float_dtype([self._loc, self._scale])
120 dtype=self._loc.dtype,
125 graph_parents=[self._loc, self._scale],
137 return self._loc
Dnormal.py150 self._loc = array_ops.identity(loc, name="loc")
152 check_ops.assert_same_float_dtype([self._loc, self._scale])
159 graph_parents=[self._loc, self._scale],
171 return self._loc
Dstudent_t.py193 self._loc = array_ops.identity(loc, name="loc")
196 (self._df, self._loc, self._scale))
203 graph_parents=[self._df, self._loc, self._scale],
221 return self._loc
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dconditional_transformed_distribution_test.py42 self._loc = ops.convert_to_tensor(loc, name="loc")
44 graph_parents=[self._loc],
62 return array_ops.gather(self._loc, z)
Dvector_student_t_test.py47 self._loc = np.asarray(loc)
63 return _compute(self._df, self._loc, self._scale_tril, x)
65 [_compute(self._df[i], self._loc[i], self._scale_tril[i], x[:, i, :])]
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dlogistic.py136 self._loc = array_ops.identity(loc, name="loc")
138 check_ops.assert_same_float_dtype([self._loc, self._scale])
145 graph_parents=[self._loc, self._scale],
157 return self._loc
Dgumbel.py141 self._loc = array_ops.identity(loc, name="loc")
143 check_ops.assert_same_float_dtype([self._loc, self._scale])
150 graph_parents=[self._loc, self._scale],
162 return self._loc
Dcauchy.py137 self._loc = array_ops.identity(loc, name="loc")
139 check_ops.assert_same_float_dtype([self._loc, self._scale])
146 graph_parents=[self._loc, self._scale],
158 return self._loc
Ddeterministic.py109 self._loc = loc
112 dtype=self._loc.dtype,
117 graph_parents=[self._loc],
143 return self._loc
Dsinh_arcsinh.py203 self._loc = loc
211 return self._loc
Dvector_sinh_arcsinh_diag.py251 self._loc = loc
259 return self._loc
Dpoisson_lognormal.py310 self._loc = loc
336 return self._loc
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dgumbel.py79 self._loc = ops.convert_to_tensor(loc, name="loc")
81 check_ops.assert_same_float_dtype([self._loc, self._scale])
96 return self._loc
/external/clang/utils/analyzer/
DCmpRuns.py46 self._loc = self._data['location']
52 fileName = self._report.files[self._loc['file']]
58 return self._loc['line']
61 return self._loc['col']
/external/libunwind/doc/
Dlibunwind.tex52 \Type{int} \Func{unw\_get\_save\_loc}(\Type{unw\_cursor\_t~*}, \Type{int}, \Type{unw\_save\_loc\_t~…
/external/u-boot/lib/
Dbch.c980 #define find_poly_roots(_p, _k, _elp, _loc) chien_search(_p, len, _elp, _loc) argument
/external/clang/bindings/python/clang/
Dcindex.py1310 self._loc = conf.lib.clang_getCursorLocation(self)
1312 return self._loc
/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java2407 public Node(String _loc, Map<String, Level> _map) {
2408 loc = _loc;