Searched refs:kTypeCodeTensor (Results 1 – 3 of 3) sorted by relevance
101 constexpr static int kTypeCodeTensor = 1; member in executorch::extension::JEValue155 if (JEValue::kTypeCodeTensor == typeCode) { in JEValueToTensorImpl()319 if (typeCode == JEValue::kTypeCodeTensor) { in execute_method()
105 constexpr static int kTypeCodeTensor = 2; variable
500 } else if (JIValue::kTypeCodeTensor == typeCode) { in JIValueToAtIValue()