HomeSort by relevance Sort by last modified time
    Searched defs:ConstantType (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
test_utils.cc 345 enum class ConstantType { kUnknown, kZero, kOne };
348 ConstantType GetInitValue(const HloComputation& computation) {
355 return ConstantType::kUnknown;
360 return ConstantType::kZero;
362 return ConstantType::kOne;
364 return ConstantType::kUnknown;
444 ConstantType constant_type = ConstantType::kUnknown;
516 case ConstantType::kZero:
518 case ConstantType::kOne
    [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.h 60 enum class ConstantType {
73 struct hash<std::pair<ConstantValue, ConstantType>> {
74 size_t operator()(const std::pair<ConstantValue, ConstantType>& key) const {
387 std::unordered_map<std::pair<ConstantValue, ConstantType>, SpvId> fNumberConstants;
  /art/runtime/verifier/
reg_type.h 725 class ConstantType : public RegType {
727 ConstantType(uint32_t constant, uint16_t cache_id) REQUIRES_SHARED(Locks::mutator_lock_)
786 class PreciseConstType final : public ConstantType {
790 : ConstantType(constant, cache_id) {
803 class PreciseConstLoType final : public ConstantType {
807 : ConstantType(constant, cache_id) {
818 class PreciseConstHiType final : public ConstantType {
822 : ConstantType(constant, cache_id) {
833 class ImpreciseConstType final : public ConstantType {
837 : ConstantType(constat, cache_id)
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 221 milliseconds