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

  /external/clang/test/SemaTemplate/
dependent-base-member-init.cpp 53 A(U& init) : U::other_type(init) { }
  /external/devlib/devlib/utils/
misc.py 282 other_type = type(other_value)
283 if (match_types and (base_type != other_type) and
286 other_value, other_type))
  /art/compiler/optimizing/
loop_optimization.cc 266 static uint32_t GetOtherVL(DataType::Type other_type, DataType::Type vector_type, uint32_t vl) {
267 DCHECK(DataType::IsIntegralType(other_type));
269 DCHECK_GE(DataType::SizeShift(other_type), DataType::SizeShift(vector_type));
270 return vl >> (DataType::SizeShift(other_type) - DataType::SizeShift(vector_type));
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
lookup_ops_test.py     [all...]
  /external/tensorflow/tensorflow/contrib/lookup/
lookup_ops_test.py     [all...]

Completed in 514 milliseconds