Searched refs:FLOOR (Results 1 – 25 of 29) sorted by relevance
12
347 type: FLOOR357 type: FLOOR366 type: FLOOR375 type: FLOOR
249 type: FLOOR258 type: FLOOR267 type: FLOOR
208 type: FLOOR217 type: FLOOR
28 type: FLOOR
46 type: FLOOR
75 type: FLOOR
90 type: FLOOR
110 type: FLOOR
289 type: FLOOR
40 HNO, HNS, LMK, LOC, NAM, POSTAL_CODE, BUILDING, APT, FLOOR, ROOM, TYPE_OF_PLACE, PCN,84 public static final int FLOOR = 27; field in CivicLocationKeys
192 formatAddressElement(", Flr: ", getCivicElementValue(CivicLocationKeys.FLOOR)); in toAddress()
40 .type = TestOperationType::FLOOR in get_test_model()121 .type = TestOperationType::FLOOR in get_test_model_all_inputs_as_internal()
59 static_assert(static_cast<TestOperationType>(FLOOR) == TestOperationType::FLOOR);
48 FLOOR = 8; enumerator
65 DEFINE_ELEMENTWISE_SIGNATURE(FLOOR, V1_0, TestOperandType::TENSOR_FLOAT32);73 DEFINE_ELEMENTWISE_SIGNATURE(FLOOR, V1_2, TestOperandType::TENSOR_FLOAT16);
51 CHECK_TEST_ENUM(TestOperationType, FLOOR);
179 NN_REGISTER_OPERATION(FLOOR, "FLOOR", elementwise::validateFloor, elementwise::prepareFloor,
103 FLOOR = 8, enumerator
541 TEST_SINGLE_OPERATION(FLOOR, V1_0, kMediumCriteria);583 TEST_SINGLE_OPERATION(FLOOR, V1_2, kMediumCriteria);
295 static_assert(static_cast<int32_t>(OperationType::FLOOR) == ANEURALNETWORKS_FLOOR,