pub fn get_or_create_bitwise_op_lookup(
inventory: &mut ChipInventory<BabyBearPoseidon2Config, DenseRecordArena, GpuBackend>,
) -> Result<Arc<BitwiseOperationLookupChipGPU<8>>, ChipInventoryError>
Expand description
A utility method to find a byte BitwiseOperationLookupChipGPU or create one and add to the inventory if it does not exist.