HomeSort by relevance Sort by last modified time
    Searched refs:is_integer (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/tensorflow/tensorflow/contrib/tensor_forest/python/ops/
data_ops.py 46 elif tensor.dtype.is_integer:
  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_util.py 35 if tensor.dtype.is_integer:
ragged_getitem.py 361 if step.dtype.is_integer:
  /external/tensorflow/tensorflow/python/training/
training_util.py 180 if not global_step_tensor.dtype.base_dtype.is_integer:
  /external/webrtc/webrtc/system_wrappers/test/TestSort/
TestSort.cc 107 if (std::numeric_limits<Type>::is_integer)
  /frameworks/av/media/libmedia/include/media/
convert.h 132 if (std::numeric_limits<T>::is_integer) {
  /external/tensorflow/tensorflow/python/ops/distributions/
util.py 59 if x.dtype.is_integer:
91 if not x.dtype.is_integer:
266 if dt.is_integer:
284 """Helper returning True if dtype.is_integer or is `bool`."""
287 return dt.is_integer or dt.base_dtype == dtypes.bool
    [all...]
transformed_distribution.py 110 if not shape.dtype.is_integer:
584 if not override_shape.dtype.is_integer:
categorical.py 38 if event.dtype.is_integer:
  /external/tensorflow/tensorflow/python/feature_column/
feature_column_v2.py     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta.c 495 bool is_integer,
523 if (!is_integer && samples > 1) {
  /external/tensorflow/tensorflow/compiler/tests/
xla_test.py 90 dtype for dtype in self._all_tf_types if dtype.is_integer
stateful_random_ops_test.py 201 if dtype.is_integer:
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
reshape.py 166 if not shape.dtype.is_integer:
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
mixture_same_family.py 136 ValueError: `if not mixture_distribution.dtype.is_integer`.
156 if not mixture_distribution.dtype.is_integer:
  /external/tensorflow/tensorflow/contrib/framework/python/framework/
tensor_util.py 316 if not data_type.base_dtype.is_integer:
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 772 const bool is_integer = NumTraits<T>::IsInteger; local
    [all...]
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 79 static_assert(std::numeric_limits<SparseT>::is_integer &&
  /external/mesa3d/src/compiler/glsl/
lower_shared_reference.cpp 355 assert(deref->type->is_scalar() && deref->type->is_integer());
lower_variable_index_to_cond_assign.cpp 283 assert(index->type->is_integer());
ast_type.cpp 869 if (const_int == NULL || !const_int->type->is_integer()) {
925 if (const_int == NULL || !const_int->type->is_integer()) {
    [all...]
  /external/python/cpython2/Lib/test/
test_float.py 222 self.assertFalse((1.1).is_integer())
223 self.assertTrue((1.).is_integer())
224 self.assertFalse(float("nan").is_integer())
225 self.assertFalse(float("inf").is_integer())
    [all...]
  /external/python/cpython3/Lib/test/
test_float.py 231 self.assertFalse((1.1).is_integer())
232 self.assertTrue((1.).is_integer())
233 self.assertFalse(float("nan").is_integer())
234 self.assertFalse(float("inf").is_integer())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
SparseMultiSet.h 87 static_assert(std::numeric_limits<SparseT>::is_integer &&
  /external/virglrenderer/src/gallium/auxiliary/util/
u_format.h 1053 * \param is_integer determines the value written for PIPE_SWIZZLE_ONE.
1058 const boolean is_integer);

Completed in 1637 milliseconds

1 23 4 5