Searched refs:useAxisValue (Results 1 – 1 of 1) sorted by relevance
102 bool* useAxisValue = new (std::nothrow) bool (true); in SetUseAxis() local103 EXPECT_NE(nullptr, useAxisValue); in SetUseAxis()105 tensor->SetBuffer(useAxisValue, sizeof(bool)); in SetUseAxis()268 int32_t *useAxisValue = new (std::nothrow) int32_t(1); variable269 EXPECT_NE(nullptr, useAxisValue);270 tensor->SetBuffer(useAxisValue, sizeof(int32_t));373 EXPECT_NE(nullptr, useAxisValue);374 tensor->SetBuffer(useAxisValue, 2 * sizeof(int8_t));514 bool *useAxisValue = new (std::nothrow) bool(false); variable515 EXPECT_NE(nullptr, useAxisValue);[all …]